Html Css Color HEX #3C0FAD Persian Indigo

📋 copy color: '#3C0FAD'

red 60 ◦ green 15 ◦ blue 173

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

Shades of Persian Indigo #3C0FAD

Tints of Persian Indigo #3C0FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.05%

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

R = 24.19%
G = 6.05%
B = 69.76%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C0FAD (or 0x3C0FAD) is known color: Persian Indigo. HEX triplet: 3C, 0F and AD. RGB value is (60,15,173). Sum of RGB (Red+Green+Blue) = 60+15+173=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C0FAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0FAD is #C3F052. Grayscale: #2D2D2D. Windows color (decimal): -12841043 or 11341628. OLE color: 11341628.

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

Color convert

RGB 60 15 173 -
CMYK 0.65 0.91 0 0.32
HSL 257.09º 0.84% 0.37% -
HSV(B) 257.09º 0.91% 0.68% -
XYZ 9.58 4.32 39.86 -
YUV 46.47 199.41 137.65 -
System Red Green Blue C M Y K H S L
Decimal 60 15 173 0.65 0.91 0 0.32 257.09 0.84 0.37
Hex 3C F AD 41 5B 0 20 101 54 25
Octal 74 17 255 101 133 0 40 401 124 45
Binary 111100 1111 10101101 1000001 1011011 0 100000 100000001 1010100 100101

Color Harmonies of #3C0FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0FAD

Black with #3C0FAD

Text Example


Text Example

White with #3C0FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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