Html Css Color HEX #3C1570 Persian Indigo

📋 copy color: '#3C1570'

red 60 ◦ green 21 ◦ blue 112

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

Shades of Persian Indigo #3C1570

Tints of Persian Indigo #3C1570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 58.03%

R = 31.09%
G = 10.88%
B = 58.03%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C1570 (or 0x3C1570) is known color: Persian Indigo. HEX triplet: 3C, 15 and 70. RGB value is (60,21,112). Sum of RGB (Red+Green+Blue) = 60+21+112=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C1570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1570 is #C3EA8F. Grayscale: #2A2A2A. Windows color (decimal): -12839568 or 7345468. OLE color: 7345468.

HSL color Cylindrical-coordinate representation of color #3C1570: hue angle of 265.71º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C1570 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 21 112 -
CMYK 0.46 0.81 0 0.56
HSL 265.71º 0.68% 0.26% -
HSV(B) 265.71º 0.81% 0.44% -
XYZ 5.06 2.67 15.58 -
YUV 43.04 166.92 140.1 -
System Red Green Blue C M Y K H S L
Decimal 60 21 112 0.46 0.81 0 0.56 265.71 0.68 0.26
Hex 3C 15 70 2E 51 0 38 10A 44 1A
Octal 74 25 160 56 121 0 70 412 104 32
Binary 111100 10101 1110000 101110 1010001 0 111000 100001010 1000100 11010

Color Harmonies of #3C1570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1570

Black with #3C1570

Text Example


Text Example

White with #3C1570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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