#26197c

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

Shades of Persian Indigo #26197C

Tints of Persian Indigo #26197C

Color information

#26197C (or 0x26197C) is unknown color: approx Persian Indigo. HEX triplet: 26, 19 and 7C. RGB value is (38,25,124). Sum of RGB (Red+Green+Blue) = 38+25+124=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #26197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26197C is #D9E683. Grayscale: #272727. Windows color (decimal): -14280324 or 8132902. OLE color: 8132902.

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

Color convert

RGB3825124-
CMYK0.690.8000.51
HSL247.88º66.44%29.22%-
HSV(B)247.88º79.84%48.63%-
XYZ4.792.5619.31-
YUV40.17175.31126.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.32%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 124 (48.83% from 255) = 66.31%
R=20.32%
G=13.37%
B=66.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38251240.690.8000.51247.8866.4429.22
Hex26197C4550033f8421d
Octal463117410512006337010235
Binary10011011001111110010001011010000011001111111000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26197c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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