#26197B

Color #26197B Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #26197B

Tints of Persian Indigo #26197B

Color information

#26197B (or 0x26197B) is unknown color: approx Persian Indigo. HEX triplet: 26, 19 and 7B. RGB value is (38,25,123). Sum of RGB (Red+Green+Blue) = 38+25+123=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 123 (48.44% from 255 or 66.13% from 186); Max value from RGB is 123 - color contains mainly: blue. Hex color #26197B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26197B is #D9E684. Grayscale: #272727. Windows color (decimal): -14280325 or 8067366. OLE color: 8067366.

HSL color Cylindrical-coordinate representation of color #26197B: hue angle of 247.96º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26197B is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3825123-
CMYK0.690.8000.52
HSL247.96º66.22%29.02%-
HSV(B)247.96º79.67%48.24%-
XYZ4.722.5418.98-
YUV40.06174.81126.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 20.43%
GREEN value IS 25 (10.16% from 255) = 13.44%
BLUE value IS 123 (48.44% from 255) = 66.13%
R=20.43%
G=13.44%
B=66.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38251230.690.8000.52247.9666.2229.02
Hex26197B4550034f8421d
Octal463117310512006437010235
Binary10011011001111101110001011010000011010011111000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26197B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26197B; }

 p { color: rgb(38,25,123); }

 H1.HeaderClassName
 {
   color: #26197B;
 }
 .AnyTagClassName
 {
   color: #26197B;
 }
</style>
background-color css

<style>
 a { background-color: #26197B; }

 a { background-color: rgb(38,25,123); }

 div.DivClassName
 {
   background-color: #26197B;
 }
 .BgClassName
 {
   background-color: #26197B;
 }
</style>
border-color css

<style>
 span { border-color: #26197B; }

 span { border-color: rgb(38,25,123); }

 td.TdClassName
 {
   border-color: #26197B;
 }
 .TagClassName
 {
   border-color: #26197B;
 }
</style>