Html Css Color HEX #3C1384 Persian Indigo

📋 copy color: '#3C1384'

red 60 ◦ green 19 ◦ blue 132

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

Shades of Persian Indigo #3C1384

Tints of Persian Indigo #3C1384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9%

 BLUE value IS 132 (51.95% from 255) = 62.56%

R = 28.44%
G = 9%
B = 62.56%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C1384 (or 0x3C1384) is known color: Persian Indigo. HEX triplet: 3C, 13 and 84. RGB value is (60,19,132). Sum of RGB (Red+Green+Blue) = 60+19+132=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 132 (51.95% from 255 or 62.56% from 211); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C1384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1384 is #C3EC7B. Grayscale: #2B2B2B. Windows color (decimal): -12840060 or 8655676. OLE color: 8655676.

HSL color Cylindrical-coordinate representation of color #3C1384: hue angle of 261.77º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C1384 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 19 132 -
CMYK 0.55 0.86 0 0.48
HSL 261.77º 0.75% 0.3% -
HSV(B) 261.77º 0.86% 0.52% -
XYZ 6.26 3.09 22.1 -
YUV 44.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 60 19 132 0.55 0.86 0 0.48 261.77 0.75 0.3
Hex 3C 13 84 37 56 0 30 106 4B 1E
Octal 74 23 204 67 126 0 60 406 113 36
Binary 111100 10011 10000100 110111 1010110 0 110000 100000110 1001011 11110

Color Harmonies of #3C1384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1384

Black with #3C1384

Text Example


Text Example

White with #3C1384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,19,132); }

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

background-color css

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

 a { background-color: rgb(60,19,132); }

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

border-color css

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

 span { border-color: rgb(60,19,132); }

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