Html Css Color HEX #3C05AF Indigo

📋 copy color: '#3C05AF'

red 60 ◦ green 5 ◦ blue 175

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

Shades of Indigo #3C05AF

Tints of Indigo #3C05AF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.08%

 BLUE value IS 175 (68.75% from 255) = 72.92%

R = 25%
G = 2.08%
B = 72.92%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3C05AF (or 0x3C05AF) is known color: Indigo. HEX triplet: 3C, 05 and AF. RGB value is (60,5,175). Sum of RGB (Red+Green+Blue) = 60+5+175=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 175 (68.75% from 255 or 72.92% from 240); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C05AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C05AF is #C3FA50. Grayscale: #282828. Windows color (decimal): -12843601 or 11470140. OLE color: 11470140.

HSL color Cylindrical-coordinate representation of color #3C05AF: hue angle of 259.41º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C05AF is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 5 175 -
CMYK 0.66 0.97 0 0.31
HSL 259.41º 0.94% 0.35% -
HSV(B) 259.41º 0.97% 0.69% -
XYZ 9.66 4.16 40.85 -
YUV 40.83 203.72 141.68 -
System Red Green Blue C M Y K H S L
Decimal 60 5 175 0.66 0.97 0 0.31 259.41 0.94 0.35
Hex 3C 5 AF 42 61 0 1F 103 5E 23
Octal 74 5 257 102 141 0 37 403 136 43
Binary 111100 101 10101111 1000010 1100001 0 11111 100000011 1011110 100011

Color Harmonies of #3C05AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C05AF

Black with #3C05AF

Text Example


Text Example

White with #3C05AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,5,175); }

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

background-color css

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

 a { background-color: rgb(60,5,175); }

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

border-color css

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

 span { border-color: rgb(60,5,175); }

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