Html Css Color HEX #2E0161 Persian Indigo

📋 copy color: '#2E0161'

red 46 ◦ green 1 ◦ blue 97

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

Shades of Persian Indigo #2E0161

Tints of Persian Indigo #2E0161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 67.36%

R = 31.94%
G = 0.69%
B = 67.36%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E0161 (or 0x2E0161) is known color: Persian Indigo. HEX triplet: 2E, 01 and 61. RGB value is (46,1,97). Sum of RGB (Red+Green+Blue) = 46+1+97=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 97 (38.28% from 255 or 67.36% from 144); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E0161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0161 is #D1FE9E. Grayscale: #191919. Windows color (decimal): -13762207 or 6357294. OLE color: 6357294.

HSL color Cylindrical-coordinate representation of color #2E0161: hue angle of 268.12º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E0161 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 1 97 -
CMYK 0.53 0.99 0 0.62
HSL 268.13º 0.98% 0.19% -
HSV(B) 268.13º 0.99% 0.38% -
XYZ 3.3 1.47 11.42 -
YUV 25.4 168.41 142.69 -
System Red Green Blue C M Y K H S L
Decimal 46 1 97 0.53 0.99 0 0.62 268.13 0.98 0.19
Hex 2E 1 61 35 63 0 3E 10C 62 13
Octal 56 1 141 65 143 0 76 414 142 23
Binary 101110 1 1100001 110101 1100011 0 111110 100001100 1100010 10011

Color Harmonies of #2E0161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0161

Black with #2E0161

Text Example


Text Example

White with #2E0161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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