Html Css Color HEX #3C157D Persian Indigo

📋 copy color: '#3C157D'

red 60 ◦ green 21 ◦ blue 125

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

Shades of Persian Indigo #3C157D

Tints of Persian Indigo #3C157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 60.68%

R = 29.13%
G = 10.19%
B = 60.68%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C157D (or 0x3C157D) is known color: Persian Indigo. HEX triplet: 3C, 15 and 7D. RGB value is (60,21,125). Sum of RGB (Red+Green+Blue) = 60+21+125=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C157D is #C3EA82. Grayscale: #2C2C2C. Windows color (decimal): -12839555 or 8197436. OLE color: 8197436.

HSL color Cylindrical-coordinate representation of color #3C157D: hue angle of 262.5º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C157D is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 21 125 -
CMYK 0.52 0.83 0 0.51
HSL 262.5º 0.71% 0.29% -
HSV(B) 262.5º 0.83% 0.49% -
XYZ 5.83 2.98 19.67 -
YUV 44.52 173.42 139.04 -
System Red Green Blue C M Y K H S L
Decimal 60 21 125 0.52 0.83 0 0.51 262.5 0.71 0.29
Hex 3C 15 7D 34 53 0 33 106 47 1D
Octal 74 25 175 64 123 0 63 406 107 35
Binary 111100 10101 1111101 110100 1010011 0 110011 100000110 1000111 11101

Color Harmonies of #3C157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C157D

Black with #3C157D

Text Example


Text Example

White with #3C157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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