Html Css Color HEX #3F0BAC Indigo

📋 copy color: '#3F0BAC'

red 63 ◦ green 11 ◦ blue 172

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

Shades of Indigo #3F0BAC

Tints of Indigo #3F0BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 69.92%

R = 25.61%
G = 4.47%
B = 69.92%

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

#3F0BAC (or 0x3F0BAC) is known color: Indigo. HEX triplet: 3F, 0B and AC. RGB value is (63,11,172). Sum of RGB (Red+Green+Blue) = 63+11+172=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F0BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0BAC is #C0F453. Grayscale: #2C2C2C. Windows color (decimal): -12645460 or 11275071. OLE color: 11275071.

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

Color convert

RGB 63 11 172 -
CMYK 0.63 0.94 0 0.33
HSL 259.38º 0.88% 0.36% -
HSV(B) 259.38º 0.94% 0.67% -
XYZ 9.62 4.27 39.35 -
YUV 44.9 199.73 140.91 -
System Red Green Blue C M Y K H S L
Decimal 63 11 172 0.63 0.94 0 0.33 259.38 0.88 0.36
Hex 3F B AC 3F 5E 0 21 103 58 24
Octal 77 13 254 77 136 0 41 403 130 44
Binary 111111 1011 10101100 111111 1011110 0 100001 100000011 1011000 100100

Color Harmonies of #3F0BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0BAC

Black with #3F0BAC

Text Example


Text Example

White with #3F0BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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