Html Css Color HEX #3C1893 Persian Indigo

📋 copy color: '#3C1893'

red 60 ◦ green 24 ◦ blue 147

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

Shades of Persian Indigo #3C1893

Tints of Persian Indigo #3C1893

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.39%

 BLUE value IS 147 (57.81% from 255) = 63.64%

R = 25.97%
G = 10.39%
B = 63.64%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C1893 (or 0x3C1893) is known color: Persian Indigo. HEX triplet: 3C, 18 and 93. RGB value is (60,24,147). Sum of RGB (Red+Green+Blue) = 60+24+147=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C1893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1893 is #C3E76C. Grayscale: #303030. Windows color (decimal): -12838765 or 9639996. OLE color: 9639996.

HSL color Cylindrical-coordinate representation of color #3C1893: hue angle of 257.56º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C1893 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 24 147 -
CMYK 0.59 0.84 0 0.42
HSL 257.56º 0.72% 0.34% -
HSV(B) 257.56º 0.84% 0.58% -
XYZ 7.46 3.72 27.93 -
YUV 48.79 183.43 136 -
System Red Green Blue C M Y K H S L
Decimal 60 24 147 0.59 0.84 0 0.42 257.56 0.72 0.34
Hex 3C 18 93 3B 54 0 2A 102 48 22
Octal 74 30 223 73 124 0 52 402 110 42
Binary 111100 11000 10010011 111011 1010100 0 101010 100000010 1001000 100010

Color Harmonies of #3C1893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1893

Black with #3C1893

Text Example


Text Example

White with #3C1893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,24,147); }

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

background-color css

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

 a { background-color: rgb(60,24,147); }

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

border-color css

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

 span { border-color: rgb(60,24,147); }

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