Html Css Color HEX #3F0984 Indigo

📋 copy color: '#3F0984'

red 63 ◦ green 9 ◦ blue 132

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

Shades of Indigo #3F0984

Tints of Indigo #3F0984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 64.71%

R = 30.88%
G = 4.41%
B = 64.71%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3F0984 (or 0x3F0984) is known color: Indigo. HEX triplet: 3F, 09 and 84. RGB value is (63,9,132). Sum of RGB (Red+Green+Blue) = 63+9+132=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 132 (51.95% from 255 or 64.71% from 204); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F0984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0984 is #C0F67B. Grayscale: #262626. Windows color (decimal): -12646012 or 8653119. OLE color: 8653119.

HSL color Cylindrical-coordinate representation of color #3F0984: hue angle of 266.34º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0984 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 63 9 132 -
CMYK 0.52 0.93 0 0.48
HSL 266.34º 0.87% 0.28% -
HSV(B) 266.34º 0.93% 0.52% -
XYZ 6.31 2.92 22.06 -
YUV 39.17 180.39 145 -
System Red Green Blue C M Y K H S L
Decimal 63 9 132 0.52 0.93 0 0.48 266.34 0.87 0.28
Hex 3F 9 84 34 5D 0 30 10A 57 1C
Octal 77 11 204 64 135 0 60 412 127 34
Binary 111111 1001 10000100 110100 1011101 0 110000 100001010 1010111 11100

Color Harmonies of #3F0984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0984

Black with #3F0984

Text Example


Text Example

White with #3F0984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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