Html Css Color HEX #3E1294 Persian Indigo

📋 copy color: '#3E1294'

red 62 ◦ green 18 ◦ blue 148

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

Shades of Persian Indigo #3E1294

Tints of Persian Indigo #3E1294

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.89%

 BLUE value IS 148 (58.2% from 255) = 64.91%

R = 27.19%
G = 7.89%
B = 64.91%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3E1294 (or 0x3E1294) is known color: Persian Indigo. HEX triplet: 3E, 12 and 94. RGB value is (62,18,148). Sum of RGB (Red+Green+Blue) = 62+18+148=228 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.19% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 148 (58.20% from 255 or 64.91% from 228); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E1294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1294 is #C1ED6B. Grayscale: #2D2D2D. Windows color (decimal): -12709228 or 9703998. OLE color: 9703998.

HSL color Cylindrical-coordinate representation of color #3E1294: hue angle of 260.31º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E1294 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 62 18 148 -
CMYK 0.58 0.88 0 0.42
HSL 260.31º 0.78% 0.33% -
HSV(B) 260.31º 0.88% 0.58% -
XYZ 7.55 3.59 28.31 -
YUV 45.98 185.58 139.43 -
System Red Green Blue C M Y K H S L
Decimal 62 18 148 0.58 0.88 0 0.42 260.31 0.78 0.33
Hex 3E 12 94 3A 58 0 2A 104 4E 21
Octal 76 22 224 72 130 0 52 404 116 41
Binary 111110 10010 10010100 111010 1011000 0 101010 100000100 1001110 100001

Color Harmonies of #3E1294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1294

Black with #3E1294

Text Example


Text Example

White with #3E1294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,18,148); }

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

background-color css

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

 a { background-color: rgb(62,18,148); }

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

border-color css

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

 span { border-color: rgb(62,18,148); }

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