Html Css Color HEX #3F0072 Indigo

📋 copy color: '#3F0072'

red 63 ◦ green 0 ◦ blue 114

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

Shades of Indigo #3F0072

Tints of Indigo #3F0072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 114 (44.92% from 255) = 64.41%

R = 35.59%
G = 0%
B = 64.41%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F0072 (or 0x3F0072) is known color: Indigo. HEX triplet: 3F, 00 and 72. RGB value is (63,0,114). Sum of RGB (Red+Green+Blue) = 63+0+114=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F0072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0072 is #C0FF8D. Grayscale: #1F1F1F. Windows color (decimal): -12648334 or 7471167. OLE color: 7471167.

HSL color Cylindrical-coordinate representation of color #3F0072: hue angle of 273.16º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0072 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 0 114 -
CMYK 0.45 1 0 0.55
HSL 273.16º 1% 0.22% -
HSV(B) 273.16º 1% 0.45% -
XYZ 5.09 2.27 16.09 -
YUV 31.83 174.37 150.23 -
System Red Green Blue C M Y K H S L
Decimal 63 0 114 0.45 1 0 0.55 273.16 1 0.22
Hex 3F 0 72 2D 64 0 37 111 64 16
Octal 77 0 162 55 144 0 67 421 144 26
Binary 111111 0 1110010 101101 1100100 0 110111 100010001 1100100 10110

Color Harmonies of #3F0072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0072

Black with #3F0072

Text Example


Text Example

White with #3F0072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,0,114); }

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

background-color css

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

 a { background-color: rgb(63,0,114); }

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

border-color css

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

 span { border-color: rgb(63,0,114); }

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