Html Css Color HEX #3F0375 Indigo

📋 copy color: '#3F0375'

red 63 ◦ green 3 ◦ blue 117

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

Shades of Indigo #3F0375

Tints of Indigo #3F0375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.64%

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

R = 34.43%
G = 1.64%
B = 63.93%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F0375 (or 0x3F0375) is known color: Indigo. HEX triplet: 3F, 03 and 75. RGB value is (63,3,117). Sum of RGB (Red+Green+Blue) = 63+3+117=183 (24% of max value = 765). Red value is 63 (25% from 255 or 34.43% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F0375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0375 is #C0FC8A. Grayscale: #212121. Windows color (decimal): -12647563 or 7668543. OLE color: 7668543.

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

Color convert

RGB 63 3 117 -
CMYK 0.46 0.97 0 0.54
HSL 271.58º 0.95% 0.24% -
HSV(B) 271.58º 0.97% 0.46% -
XYZ 5.29 2.41 17.02 -
YUV 33.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 63 3 117 0.46 0.97 0 0.54 271.58 0.95 0.24
Hex 3F 3 75 2E 61 0 36 110 5F 18
Octal 77 3 165 56 141 0 66 420 137 30
Binary 111111 11 1110101 101110 1100001 0 110110 100010000 1011111 11000

Color Harmonies of #3F0375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0375

Black with #3F0375

Text Example


Text Example

White with #3F0375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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