Html Css Color HEX #3C016B Indigo

📋 copy color: '#3C016B'

red 60 ◦ green 1 ◦ blue 107

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

Shades of Indigo #3C016B

Tints of Indigo #3C016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 63.69%

R = 35.71%
G = 0.6%
B = 63.69%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3C016B (or 0x3C016B) is known color: Indigo. HEX triplet: 3C, 01 and 6B. RGB value is (60,1,107). Sum of RGB (Red+Green+Blue) = 60+1+107=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 107 (42.19% from 255 or 63.69% from 168); Max value from RGB is 107 - color contains mainly: blue. Hex color #3C016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C016B is #C3FE94. Grayscale: #1E1E1E. Windows color (decimal): -12844693 or 7012668. OLE color: 7012668.

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

Color convert

RGB 60 1 107 -
CMYK 0.44 0.99 0 0.58
HSL 273.4º 0.98% 0.21% -
HSV(B) 273.4º 0.99% 0.42% -
XYZ 4.53 2.04 14.07 -
YUV 30.73 171.05 148.88 -
System Red Green Blue C M Y K H S L
Decimal 60 1 107 0.44 0.99 0 0.58 273.4 0.98 0.21
Hex 3C 1 6B 2C 63 0 3A 111 62 15
Octal 74 1 153 54 143 0 72 421 142 25
Binary 111100 1 1101011 101100 1100011 0 111010 100010001 1100010 10101

Color Harmonies of #3C016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C016B

Black with #3C016B

Text Example


Text Example

White with #3C016B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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