Html Css Color HEX #3C04AF Indigo

📋 copy color: '#3C04AF'

red 60 ◦ green 4 ◦ blue 175

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

Shades of Indigo #3C04AF

Tints of Indigo #3C04AF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 25.1%
G = 1.67%
B = 73.22%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3C04AF (or 0x3C04AF) is known color: Indigo. HEX triplet: 3C, 04 and AF. RGB value is (60,4,175). Sum of RGB (Red+Green+Blue) = 60+4+175=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 175 (68.75% from 255 or 73.22% from 239); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C04AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C04AF is #C3FB50. Grayscale: #272727. Windows color (decimal): -12843857 or 11469884. OLE color: 11469884.

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

Color convert

RGB 60 4 175 -
CMYK 0.66 0.98 0 0.31
HSL 259.65º 0.96% 0.35% -
HSV(B) 259.65º 0.98% 0.69% -
XYZ 9.64 4.14 40.85 -
YUV 40.24 204.05 142.1 -
System Red Green Blue C M Y K H S L
Decimal 60 4 175 0.66 0.98 0 0.31 259.65 0.96 0.35
Hex 3C 4 AF 42 62 0 1F 104 60 23
Octal 74 4 257 102 142 0 37 404 140 43
Binary 111100 100 10101111 1000010 1100010 0 11111 100000100 1100000 100011

Color Harmonies of #3C04AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C04AF

Black with #3C04AF

Text Example


Text Example

White with #3C04AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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