Html Css Color HEX #3F05A7 Indigo

📋 copy color: '#3F05A7'

red 63 ◦ green 5 ◦ blue 167

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

Shades of Indigo #3F05A7

Tints of Indigo #3F05A7

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.13%

 BLUE value IS 167 (65.63% from 255) = 71.06%

R = 26.81%
G = 2.13%
B = 71.06%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3F05A7 (or 0x3F05A7) is known color: Indigo. HEX triplet: 3F, 05 and A7. RGB value is (63,5,167). Sum of RGB (Red+Green+Blue) = 63+5+167=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 167 (65.62% from 255 or 71.06% from 235); Max value from RGB is 167 - color contains mainly: blue. Hex color #3F05A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F05A7 is #C0FA58. Grayscale: #282828. Windows color (decimal): -12647001 or 10945855. OLE color: 10945855.

HSL color Cylindrical-coordinate representation of color #3F05A7: hue angle of 261.48º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F05A7 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 63 5 167 -
CMYK 0.62 0.97 0 0.35
HSL 261.48º 0.94% 0.34% -
HSV(B) 261.48º 0.97% 0.65% -
XYZ 9.08 3.96 36.84 -
YUV 40.81 199.22 143.83 -
System Red Green Blue C M Y K H S L
Decimal 63 5 167 0.62 0.97 0 0.35 261.48 0.94 0.34
Hex 3F 5 A7 3E 61 0 23 105 5E 22
Octal 77 5 247 76 141 0 43 405 136 42
Binary 111111 101 10100111 111110 1100001 0 100011 100000101 1011110 100010

Color Harmonies of #3F05A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F05A7

Black with #3F05A7

Text Example


Text Example

White with #3F05A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,5,167); }

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

background-color css

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

 a { background-color: rgb(63,5,167); }

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

border-color css

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

 span { border-color: rgb(63,5,167); }

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