Html Css Color HEX #260E72 Persian Indigo

📋 copy color: '#260E72'

red 38 ◦ green 14 ◦ blue 114

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

Shades of Persian Indigo #260E72

Tints of Persian Indigo #260E72

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.43%

 BLUE value IS 114 (44.92% from 255) = 68.67%

R = 22.89%
G = 8.43%
B = 68.67%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#260E72 (or 0x260E72) is known color: Persian Indigo. HEX triplet: 26, 0E and 72. RGB value is (38,14,114). Sum of RGB (Red+Green+Blue) = 38+14+114=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 114 (44.92% from 255 or 68.67% from 166); Max value from RGB is 114 - color contains mainly: blue. Hex color #260E72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260E72 is #D9F18D. Grayscale: #202020. Windows color (decimal): -14283150 or 7474726. OLE color: 7474726.

HSL color Cylindrical-coordinate representation of color #260E72: hue angle of 254.4º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #260E72 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 14 114 -
CMYK 0.67 0.88 0 0.55
HSL 254.4º 0.78% 0.25% -
HSV(B) 254.4º 0.88% 0.45% -
XYZ 3.99 1.94 16.08 -
YUV 32.58 173.95 131.87 -
System Red Green Blue C M Y K H S L
Decimal 38 14 114 0.67 0.88 0 0.55 254.4 0.78 0.25
Hex 26 E 72 43 58 0 37 FE 4E 19
Octal 46 16 162 103 130 0 67 376 116 31
Binary 100110 1110 1110010 1000011 1011000 0 110111 11111110 1001110 11001

Color Harmonies of #260E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260E72

Black with #260E72

Text Example


Text Example

White with #260E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260E72; }

 p { color: rgb(38,14,114); }

 H1.HeaderClassName
 {
   color: #260E72;
 }
 .AnyTagClassName
 {
   color: #260E72;
 }
</style>

background-color css

<style>
 a { background-color: #260E72; }

 a { background-color: rgb(38,14,114); }

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

border-color css

<style>
 span { border-color: #260E72; }

 span { border-color: rgb(38,14,114); }

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