Html Css Color HEX #26157E Persian Indigo

📋 copy color: '#26157E'

red 38 ◦ green 21 ◦ blue 126

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

Shades of Persian Indigo #26157E

Tints of Persian Indigo #26157E

RGB

 RED value IS 38 (15.23% from 255) = 20.54%

 GREEN value IS 21 (8.59% from 255) = 11.35%

 BLUE value IS 126 (49.61% from 255) = 68.11%

R = 20.54%
G = 11.35%
B = 68.11%

CMYK

 C value IS 0.70

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#26157E (or 0x26157E) is known color: Persian Indigo. HEX triplet: 26, 15 and 7E. RGB value is (38,21,126). Sum of RGB (Red+Green+Blue) = 38+21+126=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 126 (49.61% from 255 or 68.11% from 185); Max value from RGB is 126 - color contains mainly: blue. Hex color #26157E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26157E is #D9EA81. Grayscale: #252525. Windows color (decimal): -14281346 or 8262950. OLE color: 8262950.

HSL color Cylindrical-coordinate representation of color #26157E: hue angle of 249.71º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26157E is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 21 126 -
CMYK 0.70 0.83 0 0.51
HSL 249.71º 0.71% 0.29% -
HSV(B) 249.71º 0.83% 0.49% -
XYZ 4.83 2.45 19.96 -
YUV 38.05 177.63 127.96 -
System Red Green Blue C M Y K H S L
Decimal 38 21 126 0.70 0.83 0 0.51 249.71 0.71 0.29
Hex 26 15 7E 46 53 0 33 FA 47 1D
Octal 46 25 176 106 123 0 63 372 107 35
Binary 100110 10101 1111110 1000110 1010011 0 110011 11111010 1000111 11101

Color Harmonies of #26157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26157E

Black with #26157E

Text Example


Text Example

White with #26157E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26157E; }

 p { color: rgb(38,21,126); }

 H1.HeaderClassName
 {
   color: #26157E;
 }
 .AnyTagClassName
 {
   color: #26157E;
 }
</style>

background-color css

<style>
 a { background-color: #26157E; }

 a { background-color: rgb(38,21,126); }

 div.DivClassName
 {
   background-color: #26157E;
 }
 .BgClassName
 {
   background-color: #26157E;
 }
</style>

border-color css

<style>
 span { border-color: #26157E; }

 span { border-color: rgb(38,21,126); }

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