Html Css Color HEX #3F0AAA Indigo

📋 copy color: '#3F0AAA'

red 63 ◦ green 10 ◦ blue 170

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

Shades of Indigo #3F0AAA

Tints of Indigo #3F0AAA

RGB

 RED value IS 63 (25% from 255) = 25.93%

 GREEN value IS 10 (4.3% from 255) = 4.12%

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

R = 25.93%
G = 4.12%
B = 69.96%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F0AAA (or 0x3F0AAA) is known color: Indigo. HEX triplet: 3F, 0A and AA. RGB value is (63,10,170). Sum of RGB (Red+Green+Blue) = 63+10+170=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F0AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0AAA is #C0F555. Grayscale: #2B2B2B. Windows color (decimal): -12645718 or 11143743. OLE color: 11143743.

HSL color Cylindrical-coordinate representation of color #3F0AAA: hue angle of 259.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0AAA is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 10 170 -
CMYK 0.63 0.94 0 0.33
HSL 259.88º 0.89% 0.35% -
HSV(B) 259.88º 0.94% 0.67% -
XYZ 9.41 4.18 38.34 -
YUV 44.09 199.06 141.49 -
System Red Green Blue C M Y K H S L
Decimal 63 10 170 0.63 0.94 0 0.33 259.88 0.89 0.35
Hex 3F A AA 3F 5E 0 21 104 59 23
Octal 77 12 252 77 136 0 41 404 131 43
Binary 111111 1010 10101010 111111 1011110 0 100001 100000100 1011001 100011

Color Harmonies of #3F0AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0AAA

Black with #3F0AAA

Text Example


Text Example

White with #3F0AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,10,170); }

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

background-color css

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

 a { background-color: rgb(63,10,170); }

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

border-color css

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

 span { border-color: rgb(63,10,170); }

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