Html Css Color HEX #3F0162 Indigo

📋 copy color: '#3F0162'

red 63 ◦ green 1 ◦ blue 98

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

Shades of Indigo #3F0162

Tints of Indigo #3F0162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 98 (38.67% from 255) = 60.49%

R = 38.89%
G = 0.62%
B = 60.49%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F0162 (or 0x3F0162) is known color: Indigo. HEX triplet: 3F, 01 and 62. RGB value is (63,1,98). Sum of RGB (Red+Green+Blue) = 63+1+98=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 98 (38.67% from 255 or 60.49% from 162); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F0162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0162 is #C0FE9D. Grayscale: #1E1E1E. Windows color (decimal): -12648094 or 6422847. OLE color: 6422847.

HSL color Cylindrical-coordinate representation of color #3F0162: hue angle of 278.35º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0162 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 1 98 -
CMYK 0.36 0.99 0 0.62
HSL 278.35º 0.98% 0.19% -
HSV(B) 278.35º 0.99% 0.38% -
XYZ 4.27 1.96 11.71 -
YUV 30.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 63 1 98 0.36 0.99 0 0.62 278.35 0.98 0.19
Hex 3F 1 62 24 63 0 3E 116 62 13
Octal 77 1 142 44 143 0 76 426 142 23
Binary 111111 1 1100010 100100 1100011 0 111110 100010110 1100010 10011

Color Harmonies of #3F0162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0162

Black with #3F0162

Text Example


Text Example

White with #3F0162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,1,98); }

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

background-color css

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

 a { background-color: rgb(63,1,98); }

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

border-color css

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

 span { border-color: rgb(63,1,98); }

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