Html Css Color HEX #3F0892 Indigo

📋 copy color: '#3F0892'

red 63 ◦ green 8 ◦ blue 146

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

Shades of Indigo #3F0892

Tints of Indigo #3F0892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.69%

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

R = 29.03%
G = 3.69%
B = 67.28%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F0892 (or 0x3F0892) is known color: Indigo. HEX triplet: 3F, 08 and 92. RGB value is (63,8,146). Sum of RGB (Red+Green+Blue) = 63+8+146=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F0892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0892 is #C0F76D. Grayscale: #272727. Windows color (decimal): -12646254 or 9570367. OLE color: 9570367.

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

Color convert

RGB 63 8 146 -
CMYK 0.57 0.95 0 0.43
HSL 263.91º 0.9% 0.3% -
HSV(B) 263.91º 0.95% 0.57% -
XYZ 7.33 3.31 27.45 -
YUV 40.18 187.72 144.28 -
System Red Green Blue C M Y K H S L
Decimal 63 8 146 0.57 0.95 0 0.43 263.91 0.9 0.3
Hex 3F 8 92 39 5F 0 2B 108 5A 1E
Octal 77 10 222 71 137 0 53 410 132 36
Binary 111111 1000 10010010 111001 1011111 0 101011 100001000 1011010 11110

Color Harmonies of #3F0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0892

Black with #3F0892

Text Example


Text Example

White with #3F0892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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