Html Css Color HEX #2E0A66 Persian Indigo

📋 copy color: '#2E0A66'

red 46 ◦ green 10 ◦ blue 102

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

Shades of Persian Indigo #2E0A66

Tints of Persian Indigo #2E0A66

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.33%

 BLUE value IS 102 (40.23% from 255) = 64.56%

R = 29.11%
G = 6.33%
B = 64.56%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2E0A66 (or 0x2E0A66) is known color: Persian Indigo. HEX triplet: 2E, 0A and 66. RGB value is (46,10,102). Sum of RGB (Red+Green+Blue) = 46+10+102=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 102 (40.23% from 255 or 64.56% from 158); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E0A66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0A66 is #D1F599. Grayscale: #1E1E1E. Windows color (decimal): -13759898 or 6687278. OLE color: 6687278.

HSL color Cylindrical-coordinate representation of color #2E0A66: hue angle of 263.48º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E0A66 is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 46 10 102 -
CMYK 0.55 0.90 0 0.6
HSL 263.48º 0.82% 0.22% -
HSV(B) 263.48º 0.9% 0.4% -
XYZ 3.63 1.76 12.72 -
YUV 31.25 167.93 138.52 -
System Red Green Blue C M Y K H S L
Decimal 46 10 102 0.55 0.90 0 0.6 263.48 0.82 0.22
Hex 2E A 66 37 5A 0 3C 107 52 16
Octal 56 12 146 67 132 0 74 407 122 26
Binary 101110 1010 1100110 110111 1011010 0 111100 100000111 1010010 10110

Color Harmonies of #2E0A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0A66

Black with #2E0A66

Text Example


Text Example

White with #2E0A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,10,102); }

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

background-color css

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

 a { background-color: rgb(46,10,102); }

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

border-color css

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

 span { border-color: rgb(46,10,102); }

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