Html Css Color HEX #3C14AD Persian Indigo

📋 copy color: '#3C14AD'

red 60 ◦ green 20 ◦ blue 173

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

Shades of Persian Indigo #3C14AD

Tints of Persian Indigo #3C14AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.91%

 BLUE value IS 173 (67.97% from 255) = 68.38%

R = 23.72%
G = 7.91%
B = 68.38%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C14AD (or 0x3C14AD) is known color: Persian Indigo. HEX triplet: 3C, 14 and AD. RGB value is (60,20,173). Sum of RGB (Red+Green+Blue) = 60+20+173=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C14AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C14AD is #C3EB52. Grayscale: #303030. Windows color (decimal): -12839763 or 11342908. OLE color: 11342908.

HSL color Cylindrical-coordinate representation of color #3C14AD: hue angle of 255.69º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C14AD is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 20 173 -
CMYK 0.65 0.88 0 0.32
HSL 255.69º 0.79% 0.38% -
HSV(B) 255.69º 0.88% 0.68% -
XYZ 9.66 4.48 39.89 -
YUV 49.4 197.75 135.56 -
System Red Green Blue C M Y K H S L
Decimal 60 20 173 0.65 0.88 0 0.32 255.69 0.79 0.38
Hex 3C 14 AD 41 58 0 20 100 4F 26
Octal 74 24 255 101 130 0 40 400 117 46
Binary 111100 10100 10101101 1000001 1011000 0 100000 100000000 1001111 100110

Color Harmonies of #3C14AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C14AD

Black with #3C14AD

Text Example


Text Example

White with #3C14AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,20,173); }

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

background-color css

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

 a { background-color: rgb(60,20,173); }

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

border-color css

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

 span { border-color: rgb(60,20,173); }

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