Html Css Color HEX #3C158C Persian Indigo

📋 copy color: '#3C158C'

red 60 ◦ green 21 ◦ blue 140

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

Shades of Persian Indigo #3C158C

Tints of Persian Indigo #3C158C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 63.35%

R = 27.15%
G = 9.5%
B = 63.35%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C158C (or 0x3C158C) is known color: Persian Indigo. HEX triplet: 3C, 15 and 8C. RGB value is (60,21,140). Sum of RGB (Red+Green+Blue) = 60+21+140=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 140 (55.08% from 255 or 63.35% from 221); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C158C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C158C is #C3EA73. Grayscale: #2D2D2D. Windows color (decimal): -12839540 or 9180476. OLE color: 9180476.

HSL color Cylindrical-coordinate representation of color #3C158C: hue angle of 259.66º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C158C is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 21 140 -
CMYK 0.57 0.85 0 0.45
HSL 259.66º 0.74% 0.32% -
HSV(B) 259.66º 0.85% 0.55% -
XYZ 6.87 3.39 25.1 -
YUV 46.23 180.92 137.82 -
System Red Green Blue C M Y K H S L
Decimal 60 21 140 0.57 0.85 0 0.45 259.66 0.74 0.32
Hex 3C 15 8C 39 55 0 2D 104 4A 20
Octal 74 25 214 71 125 0 55 404 112 40
Binary 111100 10101 10001100 111001 1010101 0 101101 100000100 1001010 100000

Color Harmonies of #3C158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C158C

Black with #3C158C

Text Example


Text Example

White with #3C158C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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