Html Css Color HEX #3C1985 Persian Indigo

📋 copy color: '#3C1985'

red 60 ◦ green 25 ◦ blue 133

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

Shades of Persian Indigo #3C1985

Tints of Persian Indigo #3C1985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.47%

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

R = 27.52%
G = 11.47%
B = 61.01%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C1985 (or 0x3C1985) is known color: Persian Indigo. HEX triplet: 3C, 19 and 85. RGB value is (60,25,133). Sum of RGB (Red+Green+Blue) = 60+25+133=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C1985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1985 is #C3E67A. Grayscale: #2F2F2F. Windows color (decimal): -12838523 or 8722748. OLE color: 8722748.

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

Color convert

RGB 60 25 133 -
CMYK 0.55 0.81 0 0.48
HSL 259.44º 0.68% 0.31% -
HSV(B) 259.44º 0.81% 0.52% -
XYZ 6.44 3.35 22.5 -
YUV 47.78 176.1 136.72 -
System Red Green Blue C M Y K H S L
Decimal 60 25 133 0.55 0.81 0 0.48 259.44 0.68 0.31
Hex 3C 19 85 37 51 0 30 103 44 1F
Octal 74 31 205 67 121 0 60 403 104 37
Binary 111100 11001 10000101 110111 1010001 0 110000 100000011 1000100 11111

Color Harmonies of #3C1985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1985

Black with #3C1985

Text Example


Text Example

White with #3C1985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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