Html Css Color HEX #2E0261 Persian Indigo

📋 copy color: '#2E0261'

red 46 ◦ green 2 ◦ blue 97

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

Shades of Persian Indigo #2E0261

Tints of Persian Indigo #2E0261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.38%

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

R = 31.72%
G = 1.38%
B = 66.9%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E0261 (or 0x2E0261) is known color: Persian Indigo. HEX triplet: 2E, 02 and 61. RGB value is (46,2,97). Sum of RGB (Red+Green+Blue) = 46+2+97=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E0261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0261 is #D1FD9E. Grayscale: #191919. Windows color (decimal): -13761951 or 6357550. OLE color: 6357550.

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

Color convert

RGB 46 2 97 -
CMYK 0.53 0.98 0 0.62
HSL 267.79º 0.96% 0.19% -
HSV(B) 267.79º 0.98% 0.38% -
XYZ 3.31 1.49 11.42 -
YUV 25.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 46 2 97 0.53 0.98 0 0.62 267.79 0.96 0.19
Hex 2E 2 61 35 62 0 3E 10C 60 13
Octal 56 2 141 65 142 0 76 414 140 23
Binary 101110 10 1100001 110101 1100010 0 111110 100001100 1100000 10011

Color Harmonies of #2E0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0261

Black with #2E0261

Text Example


Text Example

White with #2E0261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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