Html Css Color HEX #3C157F Persian Indigo

📋 copy color: '#3C157F'

red 60 ◦ green 21 ◦ blue 127

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

Shades of Persian Indigo #3C157F

Tints of Persian Indigo #3C157F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 61.06%

R = 28.85%
G = 10.1%
B = 61.06%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C157F (or 0x3C157F) is known color: Persian Indigo. HEX triplet: 3C, 15 and 7F. RGB value is (60,21,127). Sum of RGB (Red+Green+Blue) = 60+21+127=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 127 (50% from 255 or 61.06% from 208); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C157F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C157F is #C3EA80. Grayscale: #2C2C2C. Windows color (decimal): -12839553 or 8328508. OLE color: 8328508.

HSL color Cylindrical-coordinate representation of color #3C157F: hue angle of 262.08º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C157F is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 21 127 -
CMYK 0.53 0.83 0 0.50
HSL 262.08º 0.72% 0.29% -
HSV(B) 262.08º 0.83% 0.5% -
XYZ 5.96 3.03 20.35 -
YUV 44.75 174.42 138.88 -
System Red Green Blue C M Y K H S L
Decimal 60 21 127 0.53 0.83 0 0.50 262.08 0.72 0.29
Hex 3C 15 7F 35 53 0 32 106 48 1D
Octal 74 25 177 65 123 0 62 406 110 35
Binary 111100 10101 1111111 110101 1010011 0 110010 100000110 1001000 11101

Color Harmonies of #3C157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C157F

Black with #3C157F

Text Example


Text Example

White with #3C157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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