Html Css Color HEX #3C029D Indigo

📋 copy color: '#3C029D'

red 60 ◦ green 2 ◦ blue 157

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

Shades of Indigo #3C029D

Tints of Indigo #3C029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 71.69%

R = 27.4%
G = 0.91%
B = 71.69%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C029D (or 0x3C029D) is known color: Indigo. HEX triplet: 3C, 02 and 9D. RGB value is (60,2,157). Sum of RGB (Red+Green+Blue) = 60+2+157=219 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.40% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 157 (61.72% from 255 or 71.69% from 219); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C029D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C029D is #C3FD62. Grayscale: #242424. Windows color (decimal): -12844387 or 10289724. OLE color: 10289724.

HSL color Cylindrical-coordinate representation of color #3C029D: hue angle of 262.45º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C029D is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 60 2 157 -
CMYK 0.62 0.99 0 0.38
HSL 262.45º 0.97% 0.31% -
HSV(B) 262.45º 0.99% 0.62% -
XYZ 7.97 3.44 32.14 -
YUV 37.01 195.72 144.4 -
System Red Green Blue C M Y K H S L
Decimal 60 2 157 0.62 0.99 0 0.38 262.45 0.97 0.31
Hex 3C 2 9D 3E 63 0 26 106 61 1F
Octal 74 2 235 76 143 0 46 406 141 37
Binary 111100 10 10011101 111110 1100011 0 100110 100000110 1100001 11111

Color Harmonies of #3C029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C029D

Black with #3C029D

Text Example


Text Example

White with #3C029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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