Html Css Color HEX #3F0174 Indigo

📋 copy color: '#3F0174'

red 63 ◦ green 1 ◦ blue 116

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

Shades of Indigo #3F0174

Tints of Indigo #3F0174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 116 (45.7% from 255) = 64.44%

R = 35%
G = 0.56%
B = 64.44%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F0174 (or 0x3F0174) is known color: Indigo. HEX triplet: 3F, 01 and 74. RGB value is (63,1,116). Sum of RGB (Red+Green+Blue) = 63+1+116=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 116 (45.70% from 255 or 64.44% from 180); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F0174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0174 is #C0FE8B. Grayscale: #202020. Windows color (decimal): -12648076 or 7602495. OLE color: 7602495.

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

Color convert

RGB 63 1 116 -
CMYK 0.46 0.99 0 0.55
HSL 272.35º 0.98% 0.23% -
HSV(B) 272.35º 0.99% 0.45% -
XYZ 5.21 2.34 16.7 -
YUV 32.65 175.04 149.65 -
System Red Green Blue C M Y K H S L
Decimal 63 1 116 0.46 0.99 0 0.55 272.35 0.98 0.23
Hex 3F 1 74 2E 63 0 37 110 62 17
Octal 77 1 164 56 143 0 67 420 142 27
Binary 111111 1 1110100 101110 1100011 0 110111 100010000 1100010 10111

Color Harmonies of #3F0174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0174

Black with #3F0174

Text Example


Text Example

White with #3F0174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,1,116); }

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

background-color css

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

 a { background-color: rgb(63,1,116); }

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

border-color css

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

 span { border-color: rgb(63,1,116); }

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