Html Css Color HEX #3F0BAA Indigo

📋 copy color: '#3F0BAA'

red 63 ◦ green 11 ◦ blue 170

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

Shades of Indigo #3F0BAA

Tints of Indigo #3F0BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.51%

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

R = 25.82%
G = 4.51%
B = 69.67%

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

#3F0BAA (or 0x3F0BAA) is known color: Indigo. HEX triplet: 3F, 0B and AA. RGB value is (63,11,170). Sum of RGB (Red+Green+Blue) = 63+11+170=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F0BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0BAA is #C0F455. Grayscale: #2C2C2C. Windows color (decimal): -12645462 or 11143999. OLE color: 11143999.

HSL color Cylindrical-coordinate representation of color #3F0BAA: hue angle of 259.62º degrees, saturation: 0.88, 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 #3F0BAA is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 11 170 -
CMYK 0.63 0.94 0 0.33
HSL 259.62º 0.88% 0.35% -
HSV(B) 259.62º 0.94% 0.67% -
XYZ 9.43 4.2 38.34 -
YUV 44.67 198.73 141.07 -
System Red Green Blue C M Y K H S L
Decimal 63 11 170 0.63 0.94 0 0.33 259.62 0.88 0.35
Hex 3F B AA 3F 5E 0 21 104 58 23
Octal 77 13 252 77 136 0 41 404 130 43
Binary 111111 1011 10101010 111111 1011110 0 100001 100000100 1011000 100011

Color Harmonies of #3F0BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0BAA

Black with #3F0BAA

Text Example


Text Example

White with #3F0BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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