Html Css Color HEX #2E0870 Persian Indigo

📋 copy color: '#2E0870'

red 46 ◦ green 8 ◦ blue 112

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

Shades of Persian Indigo #2E0870

Tints of Persian Indigo #2E0870

RGB

 RED value IS 46 (18.36% from 255) = 27.71%

 GREEN value IS 8 (3.52% from 255) = 4.82%

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

R = 27.71%
G = 4.82%
B = 67.47%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2E0870 (or 0x2E0870) is known color: Persian Indigo. HEX triplet: 2E, 08 and 70. RGB value is (46,8,112). Sum of RGB (Red+Green+Blue) = 46+8+112=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E0870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0870 is #D1F78F. Grayscale: #1E1E1E. Windows color (decimal): -13760400 or 7342126. OLE color: 7342126.

HSL color Cylindrical-coordinate representation of color #2E0870: hue angle of 261.92º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E0870 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 8 112 -
CMYK 0.59 0.93 0 0.56
HSL 261.92º 0.87% 0.24% -
HSV(B) 261.92º 0.93% 0.44% -
XYZ 4.14 1.92 15.48 -
YUV 31.22 173.59 138.54 -
System Red Green Blue C M Y K H S L
Decimal 46 8 112 0.59 0.93 0 0.56 261.92 0.87 0.24
Hex 2E 8 70 3B 5D 0 38 106 57 18
Octal 56 10 160 73 135 0 70 406 127 30
Binary 101110 1000 1110000 111011 1011101 0 111000 100000110 1010111 11000

Color Harmonies of #2E0870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0870

Black with #2E0870

Text Example


Text Example

White with #2E0870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E0870; }

 p { color: rgb(46,8,112); }

 H1.HeaderClassName
 {
   color: #2E0870;
 }
 .AnyTagClassName
 {
   color: #2E0870;
 }
</style>

background-color css

<style>
 a { background-color: #2E0870; }

 a { background-color: rgb(46,8,112); }

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

border-color css

<style>
 span { border-color: #2E0870; }

 span { border-color: rgb(46,8,112); }

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