Html Css Color HEX #3C1284 Persian Indigo

📋 copy color: '#3C1284'

red 60 ◦ green 18 ◦ blue 132

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

Shades of Persian Indigo #3C1284

Tints of Persian Indigo #3C1284

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.57%

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

R = 28.57%
G = 8.57%
B = 62.86%

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

#3C1284 (or 0x3C1284) is known color: Persian Indigo. HEX triplet: 3C, 12 and 84. RGB value is (60,18,132). Sum of RGB (Red+Green+Blue) = 60+18+132=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 132 (51.95% from 255 or 62.86% from 210); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C1284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1284 is #C3ED7B. Grayscale: #2B2B2B. Windows color (decimal): -12840316 or 8655420. OLE color: 8655420.

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

Color convert

RGB 60 18 132 -
CMYK 0.55 0.86 0 0.48
HSL 262.11º 0.76% 0.29% -
HSV(B) 262.11º 0.86% 0.52% -
XYZ 6.24 3.06 22.09 -
YUV 43.55 177.91 139.73 -
System Red Green Blue C M Y K H S L
Decimal 60 18 132 0.55 0.86 0 0.48 262.11 0.76 0.29
Hex 3C 12 84 37 56 0 30 106 4C 1D
Octal 74 22 204 67 126 0 60 406 114 35
Binary 111100 10010 10000100 110111 1010110 0 110000 100000110 1001100 11101

Color Harmonies of #3C1284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1284

Black with #3C1284

Text Example


Text Example

White with #3C1284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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