Html Css Color HEX #3C026D Indigo

📋 copy color: '#3C026D'

red 60 ◦ green 2 ◦ blue 109

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

Shades of Indigo #3C026D

Tints of Indigo #3C026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 63.74%

R = 35.09%
G = 1.17%
B = 63.74%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C026D (or 0x3C026D) is known color: Indigo. HEX triplet: 3C, 02 and 6D. RGB value is (60,2,109). Sum of RGB (Red+Green+Blue) = 60+2+109=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C026D is #C3FD92. Grayscale: #1F1F1F. Windows color (decimal): -12844435 or 7143996. OLE color: 7143996.

HSL color Cylindrical-coordinate representation of color #3C026D: hue angle of 272.52º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C026D is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 60 2 109 -
CMYK 0.45 0.98 0 0.57
HSL 272.52º 0.96% 0.22% -
HSV(B) 272.52º 0.98% 0.43% -
XYZ 4.65 2.11 14.63 -
YUV 31.54 171.72 148.3 -
System Red Green Blue C M Y K H S L
Decimal 60 2 109 0.45 0.98 0 0.57 272.52 0.96 0.22
Hex 3C 2 6D 2D 62 0 39 111 60 16
Octal 74 2 155 55 142 0 71 421 140 26
Binary 111100 10 1101101 101101 1100010 0 111001 100010001 1100000 10110

Color Harmonies of #3C026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C026D

Black with #3C026D

Text Example


Text Example

White with #3C026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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