Html Css Color HEX #2E006E Persian Indigo

📋 copy color: '#2E006E'

red 46 ◦ green 0 ◦ blue 110

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

Shades of Persian Indigo #2E006E

Tints of Persian Indigo #2E006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 110 (43.36% from 255) = 70.51%

R = 29.49%
G = 0%
B = 70.51%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E006E (or 0x2E006E) is known color: Persian Indigo. HEX triplet: 2E, 00 and 6E. RGB value is (46,0,110). Sum of RGB (Red+Green+Blue) = 46+0+110=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 110 (43.36% from 255 or 70.51% from 156); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E006E is #D1FF91. Grayscale: #191919. Windows color (decimal): -13762450 or 7209006. OLE color: 7209006.

HSL color Cylindrical-coordinate representation of color #2E006E: hue angle of 265.09º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E006E is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 0 110 -
CMYK 0.58 1 0 0.57
HSL 265.09º 1% 0.22% -
HSV(B) 265.09º 1% 0.43% -
XYZ 3.94 1.71 14.87 -
YUV 26.29 175.24 142.06 -
System Red Green Blue C M Y K H S L
Decimal 46 0 110 0.58 1 0 0.57 265.09 1 0.22
Hex 2E 0 6E 3A 64 0 39 109 64 16
Octal 56 0 156 72 144 0 71 411 144 26
Binary 101110 0 1101110 111010 1100100 0 111001 100001001 1100100 10110

Color Harmonies of #2E006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E006E

Black with #2E006E

Text Example


Text Example

White with #2E006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,0,110); }

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

background-color css

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

 a { background-color: rgb(46,0,110); }

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

border-color css

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

 span { border-color: rgb(46,0,110); }

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