Html Css Color HEX #3C0890 Persian Indigo

📋 copy color: '#3C0890'

red 60 ◦ green 8 ◦ blue 144

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

Shades of Persian Indigo #3C0890

Tints of Persian Indigo #3C0890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.77%

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

R = 28.3%
G = 3.77%
B = 67.92%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C0890 (or 0x3C0890) is known color: Persian Indigo. HEX triplet: 3C, 08 and 90. RGB value is (60,8,144). Sum of RGB (Red+Green+Blue) = 60+8+144=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C0890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0890 is #C3F76F. Grayscale: #262626. Windows color (decimal): -12842864 or 9439292. OLE color: 9439292.

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

Color convert

RGB 60 8 144 -
CMYK 0.58 0.94 0 0.44
HSL 262.94º 0.89% 0.3% -
HSV(B) 262.94º 0.94% 0.56% -
XYZ 6.98 3.15 26.63 -
YUV 39.05 187.23 142.94 -
System Red Green Blue C M Y K H S L
Decimal 60 8 144 0.58 0.94 0 0.44 262.94 0.89 0.3
Hex 3C 8 90 3A 5E 0 2C 107 59 1E
Octal 74 10 220 72 136 0 54 407 131 36
Binary 111100 1000 10010000 111010 1011110 0 101100 100000111 1011001 11110

Color Harmonies of #3C0890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0890

Black with #3C0890

Text Example


Text Example

White with #3C0890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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