Html Css Color HEX #260E70 Persian Indigo

📋 copy color: '#260E70'

red 38 ◦ green 14 ◦ blue 112

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

Shades of Persian Indigo #260E70

Tints of Persian Indigo #260E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 68.29%

R = 23.17%
G = 8.54%
B = 68.29%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#260E70 (or 0x260E70) is known color: Persian Indigo. HEX triplet: 26, 0E and 70. RGB value is (38,14,112). Sum of RGB (Red+Green+Blue) = 38+14+112=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 14 (5.86% from 255 or 8.54% from 164); Blue value is 112 (44.14% from 255 or 68.29% from 164); Max value from RGB is 112 - color contains mainly: blue. Hex color #260E70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260E70 is #D9F18F. Grayscale: #1F1F1F. Windows color (decimal): -14283152 or 7343654. OLE color: 7343654.

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

Color convert

RGB 38 14 112 -
CMYK 0.66 0.88 0 0.56
HSL 254.69º 0.78% 0.25% -
HSV(B) 254.69º 0.88% 0.44% -
XYZ 3.88 1.9 15.49 -
YUV 32.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 38 14 112 0.66 0.88 0 0.56 254.69 0.78 0.25
Hex 26 E 70 42 58 0 38 FF 4E 19
Octal 46 16 160 102 130 0 70 377 116 31
Binary 100110 1110 1110000 1000010 1011000 0 111000 11111111 1001110 11001

Color Harmonies of #260E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260E70

Black with #260E70

Text Example


Text Example

White with #260E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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