Html Css Color HEX #3F0BAE Indigo

📋 copy color: '#3F0BAE'

red 63 ◦ green 11 ◦ blue 174

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

Shades of Indigo #3F0BAE

Tints of Indigo #3F0BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 70.16%

R = 25.4%
G = 4.44%
B = 70.16%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F0BAE (or 0x3F0BAE) is known color: Indigo. HEX triplet: 3F, 0B and AE. RGB value is (63,11,174). Sum of RGB (Red+Green+Blue) = 63+11+174=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 174 (68.36% from 255 or 70.16% from 248); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F0BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0BAE is #C0F451. Grayscale: #2C2C2C. Windows color (decimal): -12645458 or 11406143. OLE color: 11406143.

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

Color convert

RGB 63 11 174 -
CMYK 0.64 0.94 0 0.32
HSL 259.14º 0.88% 0.36% -
HSV(B) 259.14º 0.94% 0.68% -
XYZ 9.81 4.35 40.37 -
YUV 45.13 200.73 140.75 -
System Red Green Blue C M Y K H S L
Decimal 63 11 174 0.64 0.94 0 0.32 259.14 0.88 0.36
Hex 3F B AE 40 5E 0 20 103 58 24
Octal 77 13 256 100 136 0 40 403 130 44
Binary 111111 1011 10101110 1000000 1011110 0 100000 100000011 1011000 100100

Color Harmonies of #3F0BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0BAE

Black with #3F0BAE

Text Example


Text Example

White with #3F0BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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