Html Css Color HEX #3C028C Indigo

📋 copy color: '#3C028C'

red 60 ◦ green 2 ◦ blue 140

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

Shades of Indigo #3C028C

Tints of Indigo #3C028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 140 (55.08% from 255) = 69.31%

R = 29.7%
G = 0.99%
B = 69.31%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C028C (or 0x3C028C) is known color: Indigo. HEX triplet: 3C, 02 and 8C. RGB value is (60,2,140). Sum of RGB (Red+Green+Blue) = 60+2+140=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 140 (55.08% from 255 or 69.31% from 202); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C028C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C028C is #C3FD73. Grayscale: #222222. Windows color (decimal): -12844404 or 9175612. OLE color: 9175612.

HSL color Cylindrical-coordinate representation of color #3C028C: hue angle of 265.22º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C028C is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 2 140 -
CMYK 0.57 0.99 0 0.45
HSL 265.22º 0.97% 0.28% -
HSV(B) 265.22º 0.99% 0.55% -
XYZ 6.62 2.9 25.02 -
YUV 35.07 187.22 145.78 -
System Red Green Blue C M Y K H S L
Decimal 60 2 140 0.57 0.99 0 0.45 265.22 0.97 0.28
Hex 3C 2 8C 39 63 0 2D 109 61 1C
Octal 74 2 214 71 143 0 55 411 141 34
Binary 111100 10 10001100 111001 1100011 0 101101 100001001 1100001 11100

Color Harmonies of #3C028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C028C

Black with #3C028C

Text Example


Text Example

White with #3C028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,2,140); }

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

background-color css

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

 a { background-color: rgb(60,2,140); }

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

border-color css

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

 span { border-color: rgb(60,2,140); }

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