Html Css Color HEX #3C1A87 Persian Indigo

📋 copy color: '#3C1A87'

red 60 ◦ green 26 ◦ blue 135

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

Shades of Persian Indigo #3C1A87

Tints of Persian Indigo #3C1A87

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.76%

 BLUE value IS 135 (53.13% from 255) = 61.09%

R = 27.15%
G = 11.76%
B = 61.09%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3C1A87 (or 0x3C1A87) is known color: Persian Indigo. HEX triplet: 3C, 1A and 87. RGB value is (60,26,135). Sum of RGB (Red+Green+Blue) = 60+26+135=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #3C1A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1A87 is #C3E578. Grayscale: #303030. Windows color (decimal): -12838265 or 8854076. OLE color: 8854076.

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

Color convert

RGB 60 26 135 -
CMYK 0.56 0.81 0 0.47
HSL 258.72º 0.68% 0.32% -
HSV(B) 258.72º 0.81% 0.53% -
XYZ 6.61 3.45 23.24 -
YUV 48.59 176.76 136.14 -
System Red Green Blue C M Y K H S L
Decimal 60 26 135 0.56 0.81 0 0.47 258.72 0.68 0.32
Hex 3C 1A 87 38 51 0 2F 103 44 20
Octal 74 32 207 70 121 0 57 403 104 40
Binary 111100 11010 10000111 111000 1010001 0 101111 100000011 1000100 100000

Color Harmonies of #3C1A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1A87

Black with #3C1A87

Text Example


Text Example

White with #3C1A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,26,135); }

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

background-color css

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

 a { background-color: rgb(60,26,135); }

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

border-color css

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

 span { border-color: rgb(60,26,135); }

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