Html Css Color HEX #2E069A Persian Indigo

📋 copy color: '#2E069A'

red 46 ◦ green 6 ◦ blue 154

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

Shades of Persian Indigo #2E069A

Tints of Persian Indigo #2E069A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.91%

 BLUE value IS 154 (60.55% from 255) = 74.76%

R = 22.33%
G = 2.91%
B = 74.76%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2E069A (or 0x2E069A) is known color: Persian Indigo. HEX triplet: 2E, 06 and 9A. RGB value is (46,6,154). Sum of RGB (Red+Green+Blue) = 46+6+154=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 154 (60.55% from 255 or 74.76% from 206); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E069A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E069A is #D1F965. Grayscale: #222222. Windows color (decimal): -13760870 or 10094126. OLE color: 10094126.

HSL color Cylindrical-coordinate representation of color #2E069A: hue angle of 256.22º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E069A is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 46 6 154 -
CMYK 0.70 0.96 0 0.40
HSL 256.22º 0.93% 0.31% -
HSV(B) 256.22º 0.96% 0.6% -
XYZ 7.02 3.04 30.79 -
YUV 34.83 195.25 135.97 -
System Red Green Blue C M Y K H S L
Decimal 46 6 154 0.70 0.96 0 0.40 256.22 0.93 0.31
Hex 2E 6 9A 46 60 0 28 100 5C 1F
Octal 56 6 232 106 140 0 50 400 134 37
Binary 101110 110 10011010 1000110 1100000 0 101000 100000000 1011100 11111

Color Harmonies of #2E069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E069A

Black with #2E069A

Text Example


Text Example

White with #2E069A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,6,154); }

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

background-color css

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

 a { background-color: rgb(46,6,154); }

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

border-color css

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

 span { border-color: rgb(46,6,154); }

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