Html Css Color HEX #3F076C Indigo

📋 copy color: '#3F076C'

red 63 ◦ green 7 ◦ blue 108

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

Shades of Indigo #3F076C

Tints of Indigo #3F076C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.93%

 BLUE value IS 108 (42.58% from 255) = 60.67%

R = 35.39%
G = 3.93%
B = 60.67%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3F076C (or 0x3F076C) is known color: Indigo. HEX triplet: 3F, 07 and 6C. RGB value is (63,7,108). Sum of RGB (Red+Green+Blue) = 63+7+108=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F076C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F076C is #C0F893. Grayscale: #222222. Windows color (decimal): -12646548 or 7079743. OLE color: 7079743.

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

Color convert

RGB 63 7 108 -
CMYK 0.42 0.94 0 0.58
HSL 273.27º 0.88% 0.23% -
HSV(B) 273.27º 0.94% 0.42% -
XYZ 4.83 2.29 14.37 -
YUV 35.26 169.05 147.79 -
System Red Green Blue C M Y K H S L
Decimal 63 7 108 0.42 0.94 0 0.58 273.27 0.88 0.23
Hex 3F 7 6C 2A 5E 0 3A 111 58 17
Octal 77 7 154 52 136 0 72 421 130 27
Binary 111111 111 1101100 101010 1011110 0 111010 100010001 1011000 10111

Color Harmonies of #3F076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F076C

Black with #3F076C

Text Example


Text Example

White with #3F076C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,7,108); }

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

background-color css

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

 a { background-color: rgb(63,7,108); }

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

border-color css

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

 span { border-color: rgb(63,7,108); }

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