Html Css Color HEX #2E0869 Persian Indigo

📋 copy color: '#2E0869'

red 46 ◦ green 8 ◦ blue 105

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

Shades of Persian Indigo #2E0869

Tints of Persian Indigo #2E0869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 66.04%

R = 28.93%
G = 5.03%
B = 66.04%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2E0869 (or 0x2E0869) is known color: Persian Indigo. HEX triplet: 2E, 08 and 69. RGB value is (46,8,105). Sum of RGB (Red+Green+Blue) = 46+8+105=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 105 (41.41% from 255 or 66.04% from 159); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E0869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0869 is #D1F796. Grayscale: #1E1E1E. Windows color (decimal): -13760407 or 6883374. OLE color: 6883374.

HSL color Cylindrical-coordinate representation of color #2E0869: hue angle of 263.51º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E0869 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 8 105 -
CMYK 0.56 0.92 0 0.59
HSL 263.51º 0.86% 0.22% -
HSV(B) 263.51º 0.92% 0.41% -
XYZ 3.76 1.77 13.51 -
YUV 30.42 170.09 139.11 -
System Red Green Blue C M Y K H S L
Decimal 46 8 105 0.56 0.92 0 0.59 263.51 0.86 0.22
Hex 2E 8 69 38 5C 0 3B 108 56 16
Octal 56 10 151 70 134 0 73 410 126 26
Binary 101110 1000 1101001 111000 1011100 0 111011 100001000 1010110 10110

Color Harmonies of #2E0869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0869

Black with #2E0869

Text Example


Text Example

White with #2E0869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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