Html Css Color HEX #3F0992 Indigo

📋 copy color: '#3F0992'

red 63 ◦ green 9 ◦ blue 146

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

Shades of Indigo #3F0992

Tints of Indigo #3F0992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.13%

 BLUE value IS 146 (57.42% from 255) = 66.97%

R = 28.9%
G = 4.13%
B = 66.97%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F0992 (or 0x3F0992) is known color: Indigo. HEX triplet: 3F, 09 and 92. RGB value is (63,9,146). Sum of RGB (Red+Green+Blue) = 63+9+146=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F0992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0992 is #C0F66D. Grayscale: #282828. Windows color (decimal): -12645998 or 9570623. OLE color: 9570623.

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

Color convert

RGB 63 9 146 -
CMYK 0.57 0.94 0 0.43
HSL 263.65º 0.88% 0.3% -
HSV(B) 263.65º 0.94% 0.57% -
XYZ 7.34 3.33 27.45 -
YUV 40.76 187.39 143.86 -
System Red Green Blue C M Y K H S L
Decimal 63 9 146 0.57 0.94 0 0.43 263.65 0.88 0.3
Hex 3F 9 92 39 5E 0 2B 108 58 1E
Octal 77 11 222 71 136 0 53 410 130 36
Binary 111111 1001 10010010 111001 1011110 0 101011 100001000 1011000 11110

Color Harmonies of #3F0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0992

Black with #3F0992

Text Example


Text Example

White with #3F0992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,9,146); }

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

background-color css

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

 a { background-color: rgb(63,9,146); }

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

border-color css

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

 span { border-color: rgb(63,9,146); }

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