Html Css Color HEX #2E0490 Persian Indigo

📋 copy color: '#2E0490'

red 46 ◦ green 4 ◦ blue 144

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

Shades of Persian Indigo #2E0490

Tints of Persian Indigo #2E0490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.06%

 BLUE value IS 144 (56.64% from 255) = 74.23%

R = 23.71%
G = 2.06%
B = 74.23%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2E0490 (or 0x2E0490) is known color: Persian Indigo. HEX triplet: 2E, 04 and 90. RGB value is (46,4,144). Sum of RGB (Red+Green+Blue) = 46+4+144=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 144 (56.64% from 255 or 74.23% from 194); Max value from RGB is 144 - color contains mainly: blue. Hex color #2E0490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0490 is #D1FB6F. Grayscale: #202020. Windows color (decimal): -13761392 or 9438254. OLE color: 9438254.

HSL color Cylindrical-coordinate representation of color #2E0490: hue angle of 258º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E0490 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 46 4 144 -
CMYK 0.68 0.97 0 0.44
HSL 258º 0.95% 0.29% -
HSV(B) 258º 0.97% 0.56% -
XYZ 6.2 2.68 26.58 -
YUV 32.52 190.91 137.62 -
System Red Green Blue C M Y K H S L
Decimal 46 4 144 0.68 0.97 0 0.44 258 0.95 0.29
Hex 2E 4 90 44 61 0 2C 102 5F 1D
Octal 56 4 220 104 141 0 54 402 137 35
Binary 101110 100 10010000 1000100 1100001 0 101100 100000010 1011111 11101

Color Harmonies of #2E0490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0490

Black with #2E0490

Text Example


Text Example

White with #2E0490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,4,144); }

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

background-color css

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

 a { background-color: rgb(46,4,144); }

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

border-color css

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

 span { border-color: rgb(46,4,144); }

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