Html Css Color HEX #3E10AA Persian Indigo

📋 copy color: '#3E10AA'

red 62 ◦ green 16 ◦ blue 170

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

Shades of Persian Indigo #3E10AA

Tints of Persian Indigo #3E10AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

 BLUE value IS 170 (66.8% from 255) = 68.55%

R = 25%
G = 6.45%
B = 68.55%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E10AA (or 0x3E10AA) is known color: Persian Indigo. HEX triplet: 3E, 10 and AA. RGB value is (62,16,170). Sum of RGB (Red+Green+Blue) = 62+16+170=248 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E10AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E10AA is #C1EF55. Grayscale: #2E2E2E. Windows color (decimal): -12709718 or 11145278. OLE color: 11145278.

HSL color Cylindrical-coordinate representation of color #3E10AA: hue angle of 257.92º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E10AA is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 62 16 170 -
CMYK 0.64 0.91 0 0.33
HSL 257.92º 0.83% 0.36% -
HSV(B) 257.92º 0.91% 0.67% -
XYZ 9.43 4.3 38.36 -
YUV 47.31 197.24 138.48 -
System Red Green Blue C M Y K H S L
Decimal 62 16 170 0.64 0.91 0 0.33 257.92 0.83 0.36
Hex 3E 10 AA 40 5B 0 21 102 53 24
Octal 76 20 252 100 133 0 41 402 123 44
Binary 111110 10000 10101010 1000000 1011011 0 100001 100000010 1010011 100100

Color Harmonies of #3E10AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E10AA

Black with #3E10AA

Text Example


Text Example

White with #3E10AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,16,170); }

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

background-color css

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

 a { background-color: rgb(62,16,170); }

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

border-color css

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

 span { border-color: rgb(62,16,170); }

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