Html Css Color HEX #3E1297 Persian Indigo

📋 copy color: '#3E1297'

red 62 ◦ green 18 ◦ blue 151

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

Shades of Persian Indigo #3E1297

Tints of Persian Indigo #3E1297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 65.37%

R = 26.84%
G = 7.79%
B = 65.37%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3E1297 (or 0x3E1297) is known color: Persian Indigo. HEX triplet: 3E, 12 and 97. RGB value is (62,18,151). Sum of RGB (Red+Green+Blue) = 62+18+151=231 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.84% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 151 (59.38% from 255 or 65.37% from 231); Max value from RGB is 151 - color contains mainly: blue. Hex color #3E1297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1297 is #C1ED68. Grayscale: #2D2D2D. Windows color (decimal): -12709225 or 9900606. OLE color: 9900606.

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

Color convert

RGB 62 18 151 -
CMYK 0.59 0.88 0 0.41
HSL 259.85º 0.79% 0.33% -
HSV(B) 259.85º 0.88% 0.59% -
XYZ 7.79 3.69 29.58 -
YUV 46.32 187.08 139.19 -
System Red Green Blue C M Y K H S L
Decimal 62 18 151 0.59 0.88 0 0.41 259.85 0.79 0.33
Hex 3E 12 97 3B 58 0 29 104 4F 21
Octal 76 22 227 73 130 0 51 404 117 41
Binary 111110 10010 10010111 111011 1011000 0 101001 100000100 1001111 100001

Color Harmonies of #3E1297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1297

Black with #3E1297

Text Example


Text Example

White with #3E1297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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