Html Css Color HEX #2E009B Persian Indigo

📋 copy color: '#2E009B'

red 46 ◦ green 0 ◦ blue 155

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

Shades of Persian Indigo #2E009B

Tints of Persian Indigo #2E009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 77.11%

R = 22.89%
G = 0%
B = 77.11%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E009B (or 0x2E009B) is known color: Persian Indigo. HEX triplet: 2E, 00 and 9B. RGB value is (46,0,155). Sum of RGB (Red+Green+Blue) = 46+0+155=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 155 (60.94% from 255 or 77.11% from 201); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E009B is #D1FF64. Grayscale: #1E1E1E. Windows color (decimal): -13762405 or 10158126. OLE color: 10158126.

HSL color Cylindrical-coordinate representation of color #2E009B: hue angle of 257.81º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E009B is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 46 0 155 -
CMYK 0.70 1 0 0.39
HSL 257.81º 1% 0.3% -
HSV(B) 257.81º 1% 0.61% -
XYZ 7.04 2.95 31.21 -
YUV 31.42 197.74 138.4 -
System Red Green Blue C M Y K H S L
Decimal 46 0 155 0.70 1 0 0.39 257.81 1 0.3
Hex 2E 0 9B 46 64 0 27 102 64 1E
Octal 56 0 233 106 144 0 47 402 144 36
Binary 101110 0 10011011 1000110 1100100 0 100111 100000010 1100100 11110

Color Harmonies of #2E009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E009B

Black with #2E009B

Text Example


Text Example

White with #2E009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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