Html Css Color HEX #3F0075 Indigo

📋 copy color: '#3F0075'

red 63 ◦ green 0 ◦ blue 117

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

Shades of Indigo #3F0075

Tints of Indigo #3F0075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 65%

R = 35%
G = 0%
B = 65%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F0075 (or 0x3F0075) is known color: Indigo. HEX triplet: 3F, 00 and 75. RGB value is (63,0,117). Sum of RGB (Red+Green+Blue) = 63+0+117=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 117 (46.09% from 255 or 65% from 180); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F0075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0075 is #C0FF8A. Grayscale: #1F1F1F. Windows color (decimal): -12648331 or 7667775. OLE color: 7667775.

HSL color Cylindrical-coordinate representation of color #3F0075: hue angle of 272.31º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0075 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 0 117 -
CMYK 0.46 1 0 0.54
HSL 272.31º 1% 0.23% -
HSV(B) 272.31º 1% 0.46% -
XYZ 5.26 2.34 17 -
YUV 32.18 175.87 149.99 -
System Red Green Blue C M Y K H S L
Decimal 63 0 117 0.46 1 0 0.54 272.31 1 0.23
Hex 3F 0 75 2E 64 0 36 110 64 17
Octal 77 0 165 56 144 0 66 420 144 27
Binary 111111 0 1110101 101110 1100100 0 110110 100010000 1100100 10111

Color Harmonies of #3F0075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0075

Black with #3F0075

Text Example


Text Example

White with #3F0075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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