Html Css Color HEX #3C1C8D Persian Indigo

📋 copy color: '#3C1C8D'

red 60 ◦ green 28 ◦ blue 141

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

Shades of Persian Indigo #3C1C8D

Tints of Persian Indigo #3C1C8D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.23%

 BLUE value IS 141 (55.47% from 255) = 61.57%

R = 26.2%
G = 12.23%
B = 61.57%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C1C8D (or 0x3C1C8D) is known color: Persian Indigo. HEX triplet: 3C, 1C and 8D. RGB value is (60,28,141). Sum of RGB (Red+Green+Blue) = 60+28+141=229 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.20% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C1C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1C8D is #C3E372. Grayscale: #323232. Windows color (decimal): -12837747 or 9247804. OLE color: 9247804.

HSL color Cylindrical-coordinate representation of color #3C1C8D: hue angle of 256.99º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C1C8D is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 28 141 -
CMYK 0.57 0.80 0 0.45
HSL 256.99º 0.67% 0.33% -
HSV(B) 256.99º 0.8% 0.55% -
XYZ 7.09 3.71 25.54 -
YUV 50.45 179.1 134.81 -
System Red Green Blue C M Y K H S L
Decimal 60 28 141 0.57 0.80 0 0.45 256.99 0.67 0.33
Hex 3C 1C 8D 39 50 0 2D 101 43 21
Octal 74 34 215 71 120 0 55 401 103 41
Binary 111100 11100 10001101 111001 1010000 0 101101 100000001 1000011 100001

Color Harmonies of #3C1C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1C8D

Black with #3C1C8D

Text Example


Text Example

White with #3C1C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,28,141); }

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

background-color css

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

 a { background-color: rgb(60,28,141); }

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

border-color css

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

 span { border-color: rgb(60,28,141); }

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