Html Css Color HEX #2E0382 Persian Indigo

📋 copy color: '#2E0382'

red 46 ◦ green 3 ◦ blue 130

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

Shades of Persian Indigo #2E0382

Tints of Persian Indigo #2E0382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 72.63%

R = 25.7%
G = 1.68%
B = 72.63%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2E0382 (or 0x2E0382) is known color: Persian Indigo. HEX triplet: 2E, 03 and 82. RGB value is (46,3,130). Sum of RGB (Red+Green+Blue) = 46+3+130=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 130 (51.17% from 255 or 72.63% from 179); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E0382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0382 is #D1FC7D. Grayscale: #1D1D1D. Windows color (decimal): -13761662 or 8520494. OLE color: 8520494.

HSL color Cylindrical-coordinate representation of color #2E0382: hue angle of 260.31º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E0382 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 46 3 130 -
CMYK 0.65 0.98 0 0.49
HSL 260.31º 0.95% 0.26% -
HSV(B) 260.31º 0.98% 0.51% -
XYZ 5.19 2.26 21.28 -
YUV 30.34 184.25 139.17 -
System Red Green Blue C M Y K H S L
Decimal 46 3 130 0.65 0.98 0 0.49 260.31 0.95 0.26
Hex 2E 3 82 41 62 0 31 104 5F 1A
Octal 56 3 202 101 142 0 61 404 137 32
Binary 101110 11 10000010 1000001 1100010 0 110001 100000100 1011111 11010

Color Harmonies of #2E0382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0382

Black with #2E0382

Text Example


Text Example

White with #2E0382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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