Html Css Color HEX #3C10AA Persian Indigo

📋 copy color: '#3C10AA'

red 60 ◦ green 16 ◦ blue 170

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

Shades of Persian Indigo #3C10AA

Tints of Persian Indigo #3C10AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 69.11%

R = 24.39%
G = 6.5%
B = 69.11%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C10AA (or 0x3C10AA) is known color: Persian Indigo. HEX triplet: 3C, 10 and AA. RGB value is (60,16,170). Sum of RGB (Red+Green+Blue) = 60+16+170=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C10AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C10AA is #C3EF55. Grayscale: #2E2E2E. Windows color (decimal): -12840790 or 11145276. OLE color: 11145276.

HSL color Cylindrical-coordinate representation of color #3C10AA: hue angle of 257.14º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C10AA is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 16 170 -
CMYK 0.65 0.91 0 0.33
HSL 257.14º 0.83% 0.36% -
HSV(B) 257.14º 0.91% 0.67% -
XYZ 9.3 4.23 38.36 -
YUV 46.71 197.58 137.48 -
System Red Green Blue C M Y K H S L
Decimal 60 16 170 0.65 0.91 0 0.33 257.14 0.83 0.36
Hex 3C 10 AA 41 5B 0 21 101 53 24
Octal 74 20 252 101 133 0 41 401 123 44
Binary 111100 10000 10101010 1000001 1011011 0 100001 100000001 1010011 100100

Color Harmonies of #3C10AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C10AA

Black with #3C10AA

Text Example


Text Example

White with #3C10AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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