Html Css Color HEX #2E0F6E Persian Indigo

📋 copy color: '#2E0F6E'

red 46 ◦ green 15 ◦ blue 110

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

Shades of Persian Indigo #2E0F6E

Tints of Persian Indigo #2E0F6E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.77%

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

R = 26.9%
G = 8.77%
B = 64.33%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E0F6E (or 0x2E0F6E) is known color: Persian Indigo. HEX triplet: 2E, 0F and 6E. RGB value is (46,15,110). Sum of RGB (Red+Green+Blue) = 46+15+110=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 110 (43.36% from 255 or 64.33% from 171); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E0F6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0F6E is #D1F091. Grayscale: #222222. Windows color (decimal): -13758610 or 7212846. OLE color: 7212846.

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

Color convert

RGB 46 15 110 -
CMYK 0.58 0.86 0 0.57
HSL 259.58º 0.76% 0.25% -
HSV(B) 259.58º 0.86% 0.43% -
XYZ 4.11 2.05 14.93 -
YUV 35.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 46 15 110 0.58 0.86 0 0.57 259.58 0.76 0.25
Hex 2E F 6E 3A 56 0 39 104 4C 19
Octal 56 17 156 72 126 0 71 404 114 31
Binary 101110 1111 1101110 111010 1010110 0 111001 100000100 1001100 11001

Color Harmonies of #2E0F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0F6E

Black with #2E0F6E

Text Example


Text Example

White with #2E0F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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