Html Css Color HEX #26197C Persian Indigo

📋 copy color: '#26197C'

red 38 ◦ green 25 ◦ blue 124

#26197C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #26197C

Tints of Persian Indigo #26197C

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 value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#26197C (or 0x26197C) is known color: 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

RGB 38 25 124 -
CMYK 0.69 0.80 0 0.51
HSL 247.88º 0.66% 0.29% -
HSV(B) 247.88º 0.8% 0.49% -
XYZ 4.79 2.56 19.31 -
YUV 40.17 175.31 126.45 -
System Red Green Blue C M Y K H S L
Decimal 38 25 124 0.69 0.80 0 0.51 247.88 0.66 0.29
Hex 26 19 7C 45 50 0 33 F8 42 1D
Octal 46 31 174 105 120 0 63 370 102 35
Binary 100110 11001 1111100 1000101 1010000 0 110011 11111000 1000010 11101

Color Harmonies of #26197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26197C

Black with #26197C

Text Example


Text Example

White with #26197C

Text Example


Text Example

HTML Codes & Css Web 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>