Html Css Color HEX #3E0B82 Persian Indigo

📋 copy color: '#3E0B82'

red 62 ◦ green 11 ◦ blue 130

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

Shades of Persian Indigo #3E0B82

Tints of Persian Indigo #3E0B82

RGB

 RED value IS 62 (24.61% from 255) = 30.54%

 GREEN value IS 11 (4.69% from 255) = 5.42%

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

R = 30.54%
G = 5.42%
B = 64.04%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3E0B82 (or 0x3E0B82) is known color: Persian Indigo. HEX triplet: 3E, 0B and 82. RGB value is (62,11,130). Sum of RGB (Red+Green+Blue) = 62+11+130=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #3E0B82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0B82 is #C1F47D. Grayscale: #272727. Windows color (decimal): -12711038 or 8522558. OLE color: 8522558.

HSL color Cylindrical-coordinate representation of color #3E0B82: hue angle of 265.71º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E0B82 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 62 11 130 -
CMYK 0.52 0.92 0 0.49
HSL 265.71º 0.84% 0.28% -
HSV(B) 265.71º 0.92% 0.51% -
XYZ 6.14 2.88 21.35 -
YUV 39.82 178.9 143.82 -
System Red Green Blue C M Y K H S L
Decimal 62 11 130 0.52 0.92 0 0.49 265.71 0.84 0.28
Hex 3E B 82 34 5C 0 31 10A 54 1C
Octal 76 13 202 64 134 0 61 412 124 34
Binary 111110 1011 10000010 110100 1011100 0 110001 100001010 1010100 11100

Color Harmonies of #3E0B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0B82

Black with #3E0B82

Text Example


Text Example

White with #3E0B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E0B82; }

 p { color: rgb(62,11,130); }

 H1.HeaderClassName
 {
   color: #3E0B82;
 }
 .AnyTagClassName
 {
   color: #3E0B82;
 }
</style>

background-color css

<style>
 a { background-color: #3E0B82; }

 a { background-color: rgb(62,11,130); }

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

border-color css

<style>
 span { border-color: #3E0B82; }

 span { border-color: rgb(62,11,130); }

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