Html Css Color HEX #3C1081 Persian Indigo

📋 copy color: '#3C1081'

red 60 ◦ green 16 ◦ blue 129

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

Shades of Persian Indigo #3C1081

Tints of Persian Indigo #3C1081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.8%

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

R = 29.27%
G = 7.8%
B = 62.93%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C1081 (or 0x3C1081) is known color: Persian Indigo. HEX triplet: 3C, 10 and 81. RGB value is (60,16,129). Sum of RGB (Red+Green+Blue) = 60+16+129=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 129 (50.78% from 255 or 62.93% from 205); Max value from RGB is 129 - color contains mainly: blue. Hex color #3C1081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1081 is #C3EF7E. Grayscale: #292929. Windows color (decimal): -12840831 or 8458300. OLE color: 8458300.

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

Color convert

RGB 60 16 129 -
CMYK 0.53 0.88 0 0.49
HSL 263.36º 0.78% 0.28% -
HSV(B) 263.36º 0.88% 0.51% -
XYZ 6.01 2.92 21.01 -
YUV 42.04 177.08 140.81 -
System Red Green Blue C M Y K H S L
Decimal 60 16 129 0.53 0.88 0 0.49 263.36 0.78 0.28
Hex 3C 10 81 35 58 0 31 107 4E 1C
Octal 74 20 201 65 130 0 61 407 116 34
Binary 111100 10000 10000001 110101 1011000 0 110001 100000111 1001110 11100

Color Harmonies of #3C1081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1081

Black with #3C1081

Text Example


Text Example

White with #3C1081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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