Html Css Color HEX #3C07AE Indigo

📋 copy color: '#3C07AE'

red 60 ◦ green 7 ◦ blue 174

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

Shades of Indigo #3C07AE

Tints of Indigo #3C07AE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.9%

 BLUE value IS 174 (68.36% from 255) = 72.2%

R = 24.9%
G = 2.9%
B = 72.2%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C07AE (or 0x3C07AE) is known color: Indigo. HEX triplet: 3C, 07 and AE. RGB value is (60,7,174). Sum of RGB (Red+Green+Blue) = 60+7+174=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C07AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C07AE is #C3F851. Grayscale: #292929. Windows color (decimal): -12843090 or 11405116. OLE color: 11405116.

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

Color convert

RGB 60 7 174 -
CMYK 0.66 0.96 0 0.32
HSL 259.04º 0.92% 0.35% -
HSV(B) 259.04º 0.96% 0.68% -
XYZ 9.58 4.17 40.34 -
YUV 41.89 202.56 140.92 -
System Red Green Blue C M Y K H S L
Decimal 60 7 174 0.66 0.96 0 0.32 259.04 0.92 0.35
Hex 3C 7 AE 42 60 0 20 103 5C 23
Octal 74 7 256 102 140 0 40 403 134 43
Binary 111100 111 10101110 1000010 1100000 0 100000 100000011 1011100 100011

Color Harmonies of #3C07AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C07AE

Black with #3C07AE

Text Example


Text Example

White with #3C07AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,7,174); }

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

background-color css

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

 a { background-color: rgb(60,7,174); }

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

border-color css

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

 span { border-color: rgb(60,7,174); }

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