Html Css Color HEX #2E019B Persian Indigo

📋 copy color: '#2E019B'

red 46 ◦ green 1 ◦ blue 155

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

Shades of Persian Indigo #2E019B

Tints of Persian Indigo #2E019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 22.77%
G = 0.5%
B = 76.73%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2E019B (or 0x2E019B) is known color: Persian Indigo. HEX triplet: 2E, 01 and 9B. RGB value is (46,1,155). Sum of RGB (Red+Green+Blue) = 46+1+155=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 155 (60.94% from 255 or 76.73% from 202); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E019B is #D1FE64. Grayscale: #1F1F1F. Windows color (decimal): -13762149 or 10158382. OLE color: 10158382.

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

Color convert

RGB 46 1 155 -
CMYK 0.70 0.99 0 0.39
HSL 257.53º 0.99% 0.31% -
HSV(B) 257.53º 0.99% 0.61% -
XYZ 7.05 2.97 31.21 -
YUV 32.01 197.41 137.98 -
System Red Green Blue C M Y K H S L
Decimal 46 1 155 0.70 0.99 0 0.39 257.53 0.99 0.31
Hex 2E 1 9B 46 63 0 27 102 63 1F
Octal 56 1 233 106 143 0 47 402 143 37
Binary 101110 1 10011011 1000110 1100011 0 100111 100000010 1100011 11111

Color Harmonies of #2E019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E019B

Black with #2E019B

Text Example


Text Example

White with #2E019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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