Html Css Color HEX #3C108C Persian Indigo

📋 copy color: '#3C108C'

red 60 ◦ green 16 ◦ blue 140

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

Shades of Persian Indigo #3C108C

Tints of Persian Indigo #3C108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 64.81%

R = 27.78%
G = 7.41%
B = 64.81%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C108C (or 0x3C108C) is known color: Persian Indigo. HEX triplet: 3C, 10 and 8C. RGB value is (60,16,140). Sum of RGB (Red+Green+Blue) = 60+16+140=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 140 (55.08% from 255 or 64.81% from 216); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C108C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C108C is #C3EF73. Grayscale: #2A2A2A. Windows color (decimal): -12840820 or 9179196. OLE color: 9179196.

HSL color Cylindrical-coordinate representation of color #3C108C: hue angle of 261.29º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C108C is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 16 140 -
CMYK 0.57 0.89 0 0.45
HSL 261.29º 0.79% 0.31% -
HSV(B) 261.29º 0.89% 0.55% -
XYZ 6.78 3.22 25.08 -
YUV 43.29 182.58 139.92 -
System Red Green Blue C M Y K H S L
Decimal 60 16 140 0.57 0.89 0 0.45 261.29 0.79 0.31
Hex 3C 10 8C 39 59 0 2D 105 4F 1F
Octal 74 20 214 71 131 0 55 405 117 37
Binary 111100 10000 10001100 111001 1011001 0 101101 100000101 1001111 11111

Color Harmonies of #3C108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C108C

Black with #3C108C

Text Example


Text Example

White with #3C108C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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