Html Css Color HEX #26007E Persian Indigo

📋 copy color: '#26007E'

red 38 ◦ green 0 ◦ blue 126

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

Shades of Persian Indigo #26007E

Tints of Persian Indigo #26007E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.17%
G = 0%
B = 76.83%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#26007E (or 0x26007E) is known color: Persian Indigo. HEX triplet: 26, 00 and 7E. RGB value is (38,0,126). Sum of RGB (Red+Green+Blue) = 38+0+126=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 126 (49.61% from 255 or 76.83% from 164); Max value from RGB is 126 - color contains mainly: blue. Hex color #26007E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26007E is #D9FF81. Grayscale: #191919. Windows color (decimal): -14286722 or 8257574. OLE color: 8257574.

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

Color convert

RGB 38 0 126 -
CMYK 0.70 1 0 0.51
HSL 258.1º 1% 0.25% -
HSV(B) 258.1º 1% 0.49% -
XYZ 4.57 1.92 19.87 -
YUV 25.73 184.59 136.75 -
System Red Green Blue C M Y K H S L
Decimal 38 0 126 0.70 1 0 0.51 258.1 1 0.25
Hex 26 0 7E 46 64 0 33 102 64 19
Octal 46 0 176 106 144 0 63 402 144 31
Binary 100110 0 1111110 1000110 1100100 0 110011 100000010 1100100 11001

Color Harmonies of #26007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26007E

Black with #26007E

Text Example


Text Example

White with #26007E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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