Html Css Color HEX #3E1A90 Persian Indigo

📋 copy color: '#3E1A90'

red 62 ◦ green 26 ◦ blue 144

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

Shades of Persian Indigo #3E1A90

Tints of Persian Indigo #3E1A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.21%

 BLUE value IS 144 (56.64% from 255) = 62.07%

R = 26.72%
G = 11.21%
B = 62.07%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E1A90 (or 0x3E1A90) is known color: Persian Indigo. HEX triplet: 3E, 1A and 90. RGB value is (62,26,144). Sum of RGB (Red+Green+Blue) = 62+26+144=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #3E1A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1A90 is #C1E56F. Grayscale: #313131. Windows color (decimal): -12707184 or 9443902. OLE color: 9443902.

HSL color Cylindrical-coordinate representation of color #3E1A90: hue angle of 258.31º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E1A90 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 62 26 144 -
CMYK 0.57 0.82 0 0.44
HSL 258.31º 0.69% 0.33% -
HSV(B) 258.31º 0.82% 0.56% -
XYZ 7.39 3.78 26.73 -
YUV 50.22 180.93 136.41 -
System Red Green Blue C M Y K H S L
Decimal 62 26 144 0.57 0.82 0 0.44 258.31 0.69 0.33
Hex 3E 1A 90 39 52 0 2C 102 45 21
Octal 76 32 220 71 122 0 54 402 105 41
Binary 111110 11010 10010000 111001 1010010 0 101100 100000010 1000101 100001

Color Harmonies of #3E1A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1A90

Black with #3E1A90

Text Example


Text Example

White with #3E1A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,26,144); }

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

background-color css

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

 a { background-color: rgb(62,26,144); }

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

border-color css

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

 span { border-color: rgb(62,26,144); }

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