Html Css Color HEX #3C1290 Persian Indigo

📋 copy color: '#3C1290'

red 60 ◦ green 18 ◦ blue 144

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

Shades of Persian Indigo #3C1290

Tints of Persian Indigo #3C1290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 64.86%

R = 27.03%
G = 8.11%
B = 64.86%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C1290 (or 0x3C1290) is known color: Persian Indigo. HEX triplet: 3C, 12 and 90. RGB value is (60,18,144). Sum of RGB (Red+Green+Blue) = 60+18+144=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C1290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1290 is #C3ED6F. Grayscale: #2C2C2C. Windows color (decimal): -12840304 or 9441852. OLE color: 9441852.

HSL color Cylindrical-coordinate representation of color #3C1290: hue angle of 260º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C1290 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 18 144 -
CMYK 0.58 0.88 0 0.44
HSL 260º 0.78% 0.32% -
HSV(B) 260º 0.88% 0.56% -
XYZ 7.11 3.41 26.67 -
YUV 44.92 183.91 138.75 -
System Red Green Blue C M Y K H S L
Decimal 60 18 144 0.58 0.88 0 0.44 260 0.78 0.32
Hex 3C 12 90 3A 58 0 2C 104 4E 20
Octal 74 22 220 72 130 0 54 404 116 40
Binary 111100 10010 10010000 111010 1011000 0 101100 100000100 1001110 100000

Color Harmonies of #3C1290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1290

Black with #3C1290

Text Example


Text Example

White with #3C1290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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