Html Css Color HEX #3E0F84 Persian Indigo

📋 copy color: '#3E0F84'

red 62 ◦ green 15 ◦ blue 132

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

Shades of Persian Indigo #3E0F84

Tints of Persian Indigo #3E0F84

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.18%

 BLUE value IS 132 (51.95% from 255) = 63.16%

R = 29.67%
G = 7.18%
B = 63.16%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3E0F84 (or 0x3E0F84) is known color: Persian Indigo. HEX triplet: 3E, 0F and 84. RGB value is (62,15,132). Sum of RGB (Red+Green+Blue) = 62+15+132=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E0F84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0F84 is #C1F07B. Grayscale: #292929. Windows color (decimal): -12710012 or 8654654. OLE color: 8654654.

HSL color Cylindrical-coordinate representation of color #3E0F84: hue angle of 264.1º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E0F84 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 62 15 132 -
CMYK 0.53 0.89 0 0.48
HSL 264.1º 0.8% 0.29% -
HSV(B) 264.1º 0.89% 0.52% -
XYZ 6.32 3.03 22.08 -
YUV 42.39 178.57 141.99 -
System Red Green Blue C M Y K H S L
Decimal 62 15 132 0.53 0.89 0 0.48 264.1 0.8 0.29
Hex 3E F 84 35 59 0 30 108 50 1D
Octal 76 17 204 65 131 0 60 410 120 35
Binary 111110 1111 10000100 110101 1011001 0 110000 100001000 1010000 11101

Color Harmonies of #3E0F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0F84

Black with #3E0F84

Text Example


Text Example

White with #3E0F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,15,132); }

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

background-color css

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

 a { background-color: rgb(62,15,132); }

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

border-color css

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

 span { border-color: rgb(62,15,132); }

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