Html Css Color HEX #3F005A Indigo

📋 copy color: '#3F005A'

red 63 ◦ green 0 ◦ blue 90

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

Shades of Indigo #3F005A

Tints of Indigo #3F005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 58.82%

R = 41.18%
G = 0%
B = 58.82%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F005A (or 0x3F005A) is known color: Indigo. HEX triplet: 3F, 00 and 5A. RGB value is (63,0,90). Sum of RGB (Red+Green+Blue) = 63+0+90=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #3F005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F005A is #C0FFA5. Grayscale: #1C1C1C. Windows color (decimal): -12648358 or 5898303. OLE color: 5898303.

HSL color Cylindrical-coordinate representation of color #3F005A: hue angle of 282º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F005A is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 0 90 -
CMYK 0.30 1 0 0.65
HSL 282º 1% 0.18% -
HSV(B) 282º 1% 0.35% -
XYZ 3.9 1.79 9.81 -
YUV 29.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 63 0 90 0.30 1 0 0.65 282 1 0.18
Hex 3F 0 5A 1E 64 0 41 11A 64 12
Octal 77 0 132 36 144 0 101 432 144 22
Binary 111111 0 1011010 11110 1100100 0 1000001 100011010 1100100 10010

Color Harmonies of #3F005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F005A

Black with #3F005A

Text Example


Text Example

White with #3F005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,0,90); }

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

background-color css

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

 a { background-color: rgb(63,0,90); }

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

border-color css

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

 span { border-color: rgb(63,0,90); }

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