Html Css Color HEX #3C159F Persian Indigo

📋 copy color: '#3C159F'

red 60 ◦ green 21 ◦ blue 159

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

Shades of Persian Indigo #3C159F

Tints of Persian Indigo #3C159F

RGB

 RED value IS 60 (23.83% from 255) = 25%

 GREEN value IS 21 (8.59% from 255) = 8.75%

 BLUE value IS 159 (62.5% from 255) = 66.25%

R = 25%
G = 8.75%
B = 66.25%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C159F (or 0x3C159F) is known color: Persian Indigo. HEX triplet: 3C, 15 and 9F. RGB value is (60,21,159). Sum of RGB (Red+Green+Blue) = 60+21+159=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C159F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C159F is #C3EA60. Grayscale: #2F2F2F. Windows color (decimal): -12839521 or 10425660. OLE color: 10425660.

HSL color Cylindrical-coordinate representation of color #3C159F: hue angle of 256.96º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C159F is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 60 21 159 -
CMYK 0.62 0.87 0 0.38
HSL 256.96º 0.77% 0.35% -
HSV(B) 256.96º 0.87% 0.62% -
XYZ 8.39 4 33.13 -
YUV 48.39 190.42 136.28 -
System Red Green Blue C M Y K H S L
Decimal 60 21 159 0.62 0.87 0 0.38 256.96 0.77 0.35
Hex 3C 15 9F 3E 57 0 26 101 4D 23
Octal 74 25 237 76 127 0 46 401 115 43
Binary 111100 10101 10011111 111110 1010111 0 100110 100000001 1001101 100011

Color Harmonies of #3C159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C159F

Black with #3C159F

Text Example


Text Example

White with #3C159F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,21,159); }

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

background-color css

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

 a { background-color: rgb(60,21,159); }

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

border-color css

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

 span { border-color: rgb(60,21,159); }

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