Html Css Color HEX #3C1085 Persian Indigo

📋 copy color: '#3C1085'

red 60 ◦ green 16 ◦ blue 133

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

Shades of Persian Indigo #3C1085

Tints of Persian Indigo #3C1085

RGB

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

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

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

R = 28.71%
G = 7.66%
B = 63.64%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C1085 (or 0x3C1085) is known color: Persian Indigo. HEX triplet: 3C, 10 and 85. RGB value is (60,16,133). Sum of RGB (Red+Green+Blue) = 60+16+133=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C1085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1085 is #C3EF7A. Grayscale: #2A2A2A. Windows color (decimal): -12840827 or 8720444. OLE color: 8720444.

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

Color convert

RGB 60 16 133 -
CMYK 0.55 0.88 0 0.48
HSL 262.56º 0.79% 0.29% -
HSV(B) 262.56º 0.88% 0.52% -
XYZ 6.28 3.02 22.44 -
YUV 42.49 179.08 140.49 -
System Red Green Blue C M Y K H S L
Decimal 60 16 133 0.55 0.88 0 0.48 262.56 0.79 0.29
Hex 3C 10 85 37 58 0 30 107 4F 1D
Octal 74 20 205 67 130 0 60 407 117 35
Binary 111100 10000 10000101 110111 1011000 0 110000 100000111 1001111 11101

Color Harmonies of #3C1085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1085

Black with #3C1085

Text Example


Text Example

White with #3C1085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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