Html Css Color HEX #3C01B3 Indigo

📋 copy color: '#3C01B3'

red 60 ◦ green 1 ◦ blue 179

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

Shades of Indigo #3C01B3

Tints of Indigo #3C01B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 74.58%

R = 25%
G = 0.42%
B = 74.58%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3C01B3 (or 0x3C01B3) is known color: Indigo. HEX triplet: 3C, 01 and B3. RGB value is (60,1,179). Sum of RGB (Red+Green+Blue) = 60+1+179=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 179 (70.31% from 255 or 74.58% from 240); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C01B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C01B3 is #C3FE4C. Grayscale: #262626. Windows color (decimal): -12844621 or 11731260. OLE color: 11731260.

HSL color Cylindrical-coordinate representation of color #3C01B3: hue angle of 259.89º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C01B3 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 1 179 -
CMYK 0.66 0.99 0 0.30
HSL 259.89º 0.99% 0.35% -
HSV(B) 259.89º 0.99% 0.7% -
XYZ 10.01 4.24 42.94 -
YUV 38.93 207.05 143.03 -
System Red Green Blue C M Y K H S L
Decimal 60 1 179 0.66 0.99 0 0.30 259.89 0.99 0.35
Hex 3C 1 B3 42 63 0 1E 104 63 23
Octal 74 1 263 102 143 0 36 404 143 43
Binary 111100 1 10110011 1000010 1100011 0 11110 100000100 1100011 100011

Color Harmonies of #3C01B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C01B3

Black with #3C01B3

Text Example


Text Example

White with #3C01B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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