Html Css Color HEX #3C0EAD Persian Indigo

📋 copy color: '#3C0EAD'

red 60 ◦ green 14 ◦ blue 173

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

Shades of Persian Indigo #3C0EAD

Tints of Persian Indigo #3C0EAD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.67%

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

R = 24.29%
G = 5.67%
B = 70.04%

CMYK

 C value IS 0.65

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C0EAD (or 0x3C0EAD) is known color: Persian Indigo. HEX triplet: 3C, 0E and AD. RGB value is (60,14,173). Sum of RGB (Red+Green+Blue) = 60+14+173=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C0EAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0EAD is #C3F152. Grayscale: #2D2D2D. Windows color (decimal): -12841299 or 11341372. OLE color: 11341372.

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

Color convert

RGB 60 14 173 -
CMYK 0.65 0.92 0 0.32
HSL 257.36º 0.85% 0.37% -
HSV(B) 257.36º 0.92% 0.68% -
XYZ 9.56 4.29 39.86 -
YUV 45.88 199.74 138.07 -
System Red Green Blue C M Y K H S L
Decimal 60 14 173 0.65 0.92 0 0.32 257.36 0.85 0.37
Hex 3C E AD 41 5C 0 20 101 55 25
Octal 74 16 255 101 134 0 40 401 125 45
Binary 111100 1110 10101101 1000001 1011100 0 100000 100000001 1010101 100101

Color Harmonies of #3C0EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0EAD

Black with #3C0EAD

Text Example


Text Example

White with #3C0EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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