Html Css Color HEX #3C1581 Persian Indigo

📋 copy color: '#3C1581'

red 60 ◦ green 21 ◦ blue 129

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

Shades of Persian Indigo #3C1581

Tints of Persian Indigo #3C1581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 61.43%

R = 28.57%
G = 10%
B = 61.43%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C1581 (or 0x3C1581) is known color: Persian Indigo. HEX triplet: 3C, 15 and 81. RGB value is (60,21,129). Sum of RGB (Red+Green+Blue) = 60+21+129=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 129 (50.78% from 255 or 61.43% from 210); Max value from RGB is 129 - color contains mainly: blue. Hex color #3C1581 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1581 is #C3EA7E. Grayscale: #2C2C2C. Windows color (decimal): -12839551 or 8459580. OLE color: 8459580.

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

Color convert

RGB 60 21 129 -
CMYK 0.53 0.84 0 0.49
HSL 261.67º 0.72% 0.29% -
HSV(B) 261.67º 0.84% 0.51% -
XYZ 6.09 3.08 21.04 -
YUV 44.97 175.42 138.72 -
System Red Green Blue C M Y K H S L
Decimal 60 21 129 0.53 0.84 0 0.49 261.67 0.72 0.29
Hex 3C 15 81 35 54 0 31 106 48 1D
Octal 74 25 201 65 124 0 61 406 110 35
Binary 111100 10101 10000001 110101 1010100 0 110001 100000110 1001000 11101

Color Harmonies of #3C1581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1581

Black with #3C1581

Text Example


Text Example

White with #3C1581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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