Html Css Color HEX #3F036A Indigo

📋 copy color: '#3F036A'

red 63 ◦ green 3 ◦ blue 106

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

Shades of Indigo #3F036A

Tints of Indigo #3F036A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.74%

 BLUE value IS 106 (41.8% from 255) = 61.63%

R = 36.63%
G = 1.74%
B = 61.63%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3F036A (or 0x3F036A) is known color: Indigo. HEX triplet: 3F, 03 and 6A. RGB value is (63,3,106). Sum of RGB (Red+Green+Blue) = 63+3+106=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 106 (41.80% from 255 or 61.63% from 172); Max value from RGB is 106 - color contains mainly: blue. Hex color #3F036A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F036A is #C0FC95. Grayscale: #202020. Windows color (decimal): -12647574 or 6947647. OLE color: 6947647.

HSL color Cylindrical-coordinate representation of color #3F036A: hue angle of 274.95º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F036A is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 3 106 -
CMYK 0.41 0.97 0 0.58
HSL 274.95º 0.94% 0.21% -
HSV(B) 274.95º 0.97% 0.42% -
XYZ 4.68 2.16 13.81 -
YUV 32.68 169.38 149.62 -
System Red Green Blue C M Y K H S L
Decimal 63 3 106 0.41 0.97 0 0.58 274.95 0.94 0.21
Hex 3F 3 6A 29 61 0 3A 113 5E 15
Octal 77 3 152 51 141 0 72 423 136 25
Binary 111111 11 1101010 101001 1100001 0 111010 100010011 1011110 10101

Color Harmonies of #3F036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F036A

Black with #3F036A

Text Example


Text Example

White with #3F036A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,3,106); }

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

background-color css

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

 a { background-color: rgb(63,3,106); }

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

border-color css

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

 span { border-color: rgb(63,3,106); }

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