Html Css Color HEX #3C1285 Persian Indigo

📋 copy color: '#3C1285'

red 60 ◦ green 18 ◦ blue 133

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

Shades of Persian Indigo #3C1285

Tints of Persian Indigo #3C1285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.53%

 BLUE value IS 133 (52.34% from 255) = 63.03%

R = 28.44%
G = 8.53%
B = 63.03%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C1285 (or 0x3C1285) is known color: Persian Indigo. HEX triplet: 3C, 12 and 85. RGB value is (60,18,133). Sum of RGB (Red+Green+Blue) = 60+18+133=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C1285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1285 is #C3ED7A. Grayscale: #2B2B2B. Windows color (decimal): -12840315 or 8720956. OLE color: 8720956.

HSL color Cylindrical-coordinate representation of color #3C1285: hue angle of 261.91º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C1285 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 18 133 -
CMYK 0.55 0.86 0 0.48
HSL 261.91º 0.76% 0.3% -
HSV(B) 261.91º 0.86% 0.52% -
XYZ 6.31 3.09 22.45 -
YUV 43.67 178.41 139.65 -
System Red Green Blue C M Y K H S L
Decimal 60 18 133 0.55 0.86 0 0.48 261.91 0.76 0.3
Hex 3C 12 85 37 56 0 30 106 4C 1E
Octal 74 22 205 67 126 0 60 406 114 36
Binary 111100 10010 10000101 110111 1010110 0 110000 100000110 1001100 11110

Color Harmonies of #3C1285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1285

Black with #3C1285

Text Example


Text Example

White with #3C1285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,18,133); }

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

background-color css

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

 a { background-color: rgb(60,18,133); }

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

border-color css

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

 span { border-color: rgb(60,18,133); }

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