Html Css Color HEX #3C109A Persian Indigo

📋 copy color: '#3C109A'

red 60 ◦ green 16 ◦ blue 154

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

Shades of Persian Indigo #3C109A

Tints of Persian Indigo #3C109A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 66.96%

R = 26.09%
G = 6.96%
B = 66.96%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3C109A (or 0x3C109A) is known color: Persian Indigo. HEX triplet: 3C, 10 and 9A. RGB value is (60,16,154). Sum of RGB (Red+Green+Blue) = 60+16+154=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 154 (60.55% from 255 or 66.96% from 230); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C109A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C109A is #C3EF65. Grayscale: #2C2C2C. Windows color (decimal): -12840806 or 10096700. OLE color: 10096700.

HSL color Cylindrical-coordinate representation of color #3C109A: hue angle of 259.13º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C109A is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 60 16 154 -
CMYK 0.61 0.90 0 0.40
HSL 259.13º 0.81% 0.33% -
HSV(B) 259.13º 0.9% 0.6% -
XYZ 7.88 3.66 30.86 -
YUV 44.89 189.58 138.78 -
System Red Green Blue C M Y K H S L
Decimal 60 16 154 0.61 0.90 0 0.40 259.13 0.81 0.33
Hex 3C 10 9A 3D 5A 0 28 103 51 21
Octal 74 20 232 75 132 0 50 403 121 41
Binary 111100 10000 10011010 111101 1011010 0 101000 100000011 1010001 100001

Color Harmonies of #3C109A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C109A

Black with #3C109A

Text Example


Text Example

White with #3C109A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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