Html Css Color HEX #3C0891 Persian Indigo

📋 copy color: '#3C0891'

red 60 ◦ green 8 ◦ blue 145

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

Shades of Persian Indigo #3C0891

Tints of Persian Indigo #3C0891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 68.08%

R = 28.17%
G = 3.76%
B = 68.08%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3C0891 (or 0x3C0891) is known color: Persian Indigo. HEX triplet: 3C, 08 and 91. RGB value is (60,8,145). Sum of RGB (Red+Green+Blue) = 60+8+145=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C0891 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0891 is #C3F76E. Grayscale: #262626. Windows color (decimal): -12842863 or 9504828. OLE color: 9504828.

HSL color Cylindrical-coordinate representation of color #3C0891: hue angle of 262.77º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0891 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 60 8 145 -
CMYK 0.59 0.94 0 0.43
HSL 262.77º 0.9% 0.3% -
HSV(B) 262.77º 0.94% 0.57% -
XYZ 7.06 3.18 27.03 -
YUV 39.17 187.73 142.86 -
System Red Green Blue C M Y K H S L
Decimal 60 8 145 0.59 0.94 0 0.43 262.77 0.9 0.3
Hex 3C 8 91 3B 5E 0 2B 107 5A 1E
Octal 74 10 221 73 136 0 53 407 132 36
Binary 111100 1000 10010001 111011 1011110 0 101011 100000111 1011010 11110

Color Harmonies of #3C0891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0891

Black with #3C0891

Text Example


Text Example

White with #3C0891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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