Html Css Color HEX #3C0190 Indigo

📋 copy color: '#3C0190'

red 60 ◦ green 1 ◦ blue 144

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

Shades of Indigo #3C0190

Tints of Indigo #3C0190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 29.27%
G = 0.49%
B = 70.24%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C0190 (or 0x3C0190) is known color: Indigo. HEX triplet: 3C, 01 and 90. RGB value is (60,1,144). Sum of RGB (Red+Green+Blue) = 60+1+144=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C0190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0190 is #C3FE6F. Grayscale: #222222. Windows color (decimal): -12844656 or 9437500. OLE color: 9437500.

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

Color convert

RGB 60 1 144 -
CMYK 0.58 0.99 0 0.44
HSL 264.76º 0.99% 0.28% -
HSV(B) 264.76º 0.99% 0.56% -
XYZ 6.91 3 26.6 -
YUV 34.94 189.55 145.87 -
System Red Green Blue C M Y K H S L
Decimal 60 1 144 0.58 0.99 0 0.44 264.76 0.99 0.28
Hex 3C 1 90 3A 63 0 2C 109 63 1C
Octal 74 1 220 72 143 0 54 411 143 34
Binary 111100 1 10010000 111010 1100011 0 101100 100001001 1100011 11100

Color Harmonies of #3C0190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0190

Black with #3C0190

Text Example


Text Example

White with #3C0190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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