Html Css Color HEX #3F0894 Indigo

📋 copy color: '#3F0894'

red 63 ◦ green 8 ◦ blue 148

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

Shades of Indigo #3F0894

Tints of Indigo #3F0894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 67.58%

R = 28.77%
G = 3.65%
B = 67.58%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F0894 (or 0x3F0894) is known color: Indigo. HEX triplet: 3F, 08 and 94. RGB value is (63,8,148). Sum of RGB (Red+Green+Blue) = 63+8+148=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 148 (58.20% from 255 or 67.58% from 219); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F0894 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0894 is #C0F76B. Grayscale: #272727. Windows color (decimal): -12646252 or 9701439. OLE color: 9701439.

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

Color convert

RGB 63 8 148 -
CMYK 0.57 0.95 0 0.42
HSL 263.57º 0.9% 0.31% -
HSV(B) 263.57º 0.95% 0.58% -
XYZ 7.48 3.37 28.27 -
YUV 40.41 188.72 144.12 -
System Red Green Blue C M Y K H S L
Decimal 63 8 148 0.57 0.95 0 0.42 263.57 0.9 0.31
Hex 3F 8 94 39 5F 0 2A 108 5A 1F
Octal 77 10 224 71 137 0 52 410 132 37
Binary 111111 1000 10010100 111001 1011111 0 101010 100001000 1011010 11111

Color Harmonies of #3F0894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0894

Black with #3F0894

Text Example


Text Example

White with #3F0894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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