Html Css Color HEX #3F17A0 Persian Indigo

📋 copy color: '#3F17A0'

red 63 ◦ green 23 ◦ blue 160

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

Shades of Persian Indigo #3F17A0

Tints of Persian Indigo #3F17A0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.35%

 BLUE value IS 160 (62.89% from 255) = 65.04%

R = 25.61%
G = 9.35%
B = 65.04%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3F17A0 (or 0x3F17A0) is known color: Persian Indigo. HEX triplet: 3F, 17 and A0. RGB value is (63,23,160). Sum of RGB (Red+Green+Blue) = 63+23+160=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 160 (62.89% from 255 or 65.04% from 246); Max value from RGB is 160 - color contains mainly: blue. Hex color #3F17A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F17A0 is #C0E85F. Grayscale: #323232. Windows color (decimal): -12642400 or 10491711. OLE color: 10491711.

HSL color Cylindrical-coordinate representation of color #3F17A0: hue angle of 257.52º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F17A0 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 63 23 160 -
CMYK 0.61 0.86 0 0.37
HSL 257.52º 0.75% 0.36% -
HSV(B) 257.52º 0.86% 0.63% -
XYZ 8.7 4.21 33.61 -
YUV 50.58 189.75 136.86 -
System Red Green Blue C M Y K H S L
Decimal 63 23 160 0.61 0.86 0 0.37 257.52 0.75 0.36
Hex 3F 17 A0 3D 56 0 25 102 4B 24
Octal 77 27 240 75 126 0 45 402 113 44
Binary 111111 10111 10100000 111101 1010110 0 100101 100000010 1001011 100100

Color Harmonies of #3F17A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F17A0

Black with #3F17A0

Text Example


Text Example

White with #3F17A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,23,160); }

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

background-color css

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

 a { background-color: rgb(63,23,160); }

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

border-color css

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

 span { border-color: rgb(63,23,160); }

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