Html Css Color HEX #3C1575 Persian Indigo

📋 copy color: '#3C1575'

red 60 ◦ green 21 ◦ blue 117

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

Shades of Persian Indigo #3C1575

Tints of Persian Indigo #3C1575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 59.09%

R = 30.3%
G = 10.61%
B = 59.09%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C1575 (or 0x3C1575) is known color: Persian Indigo. HEX triplet: 3C, 15 and 75. RGB value is (60,21,117). Sum of RGB (Red+Green+Blue) = 60+21+117=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C1575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1575 is #C3EA8A. Grayscale: #2B2B2B. Windows color (decimal): -12839563 or 7673148. OLE color: 7673148.

HSL color Cylindrical-coordinate representation of color #3C1575: hue angle of 264.38º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C1575 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 21 117 -
CMYK 0.49 0.82 0 0.54
HSL 264.38º 0.7% 0.27% -
HSV(B) 264.38º 0.82% 0.46% -
XYZ 5.34 2.78 17.08 -
YUV 43.61 169.42 139.69 -
System Red Green Blue C M Y K H S L
Decimal 60 21 117 0.49 0.82 0 0.54 264.38 0.7 0.27
Hex 3C 15 75 31 52 0 36 108 46 1B
Octal 74 25 165 61 122 0 66 410 106 33
Binary 111100 10101 1110101 110001 1010010 0 110110 100001000 1000110 11011

Color Harmonies of #3C1575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1575

Black with #3C1575

Text Example


Text Example

White with #3C1575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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