Html Css Color HEX #2E0374 Persian Indigo

📋 copy color: '#2E0374'

red 46 ◦ green 3 ◦ blue 116

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

Shades of Persian Indigo #2E0374

Tints of Persian Indigo #2E0374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.82%

 BLUE value IS 116 (45.7% from 255) = 70.3%

R = 27.88%
G = 1.82%
B = 70.3%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E0374 (or 0x2E0374) is known color: Persian Indigo. HEX triplet: 2E, 03 and 74. RGB value is (46,3,116). Sum of RGB (Red+Green+Blue) = 46+3+116=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 116 (45.70% from 255 or 70.30% from 165); Max value from RGB is 116 - color contains mainly: blue. Hex color #2E0374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0374 is #D1FC8B. Grayscale: #1C1C1C. Windows color (decimal): -13761676 or 7602990. OLE color: 7602990.

HSL color Cylindrical-coordinate representation of color #2E0374: hue angle of 262.83º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E0374 is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 3 116 -
CMYK 0.60 0.97 0 0.55
HSL 262.83º 0.95% 0.23% -
HSV(B) 262.83º 0.97% 0.45% -
XYZ 4.31 1.91 16.66 -
YUV 28.74 177.25 140.31 -
System Red Green Blue C M Y K H S L
Decimal 46 3 116 0.60 0.97 0 0.55 262.83 0.95 0.23
Hex 2E 3 74 3C 61 0 37 107 5F 17
Octal 56 3 164 74 141 0 67 407 137 27
Binary 101110 11 1110100 111100 1100001 0 110111 100000111 1011111 10111

Color Harmonies of #2E0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0374

Black with #2E0374

Text Example


Text Example

White with #2E0374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,3,116); }

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

background-color css

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

 a { background-color: rgb(46,3,116); }

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

border-color css

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

 span { border-color: rgb(46,3,116); }

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