Html Css Color HEX #3C09A4 Indigo

📋 copy color: '#3C09A4'

red 60 ◦ green 9 ◦ blue 164

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

Shades of Indigo #3C09A4

Tints of Indigo #3C09A4

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.86%

 BLUE value IS 164 (64.45% from 255) = 70.39%

R = 25.75%
G = 3.86%
B = 70.39%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3C09A4 (or 0x3C09A4) is known color: Indigo. HEX triplet: 3C, 09 and A4. RGB value is (60,9,164). Sum of RGB (Red+Green+Blue) = 60+9+164=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 164 (64.45% from 255 or 70.39% from 233); Max value from RGB is 164 - color contains mainly: blue. Hex color #3C09A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C09A4 is #C3F65B. Grayscale: #292929. Windows color (decimal): -12842588 or 10750268. OLE color: 10750268.

HSL color Cylindrical-coordinate representation of color #3C09A4: hue angle of 259.74º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C09A4 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 60 9 164 -
CMYK 0.63 0.95 0 0.36
HSL 259.74º 0.9% 0.34% -
HSV(B) 259.74º 0.95% 0.64% -
XYZ 8.66 3.84 35.41 -
YUV 41.92 196.9 140.9 -
System Red Green Blue C M Y K H S L
Decimal 60 9 164 0.63 0.95 0 0.36 259.74 0.9 0.34
Hex 3C 9 A4 3F 5F 0 24 104 5A 22
Octal 74 11 244 77 137 0 44 404 132 42
Binary 111100 1001 10100100 111111 1011111 0 100100 100000100 1011010 100010

Color Harmonies of #3C09A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C09A4

Black with #3C09A4

Text Example


Text Example

White with #3C09A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,9,164); }

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

background-color css

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

 a { background-color: rgb(60,9,164); }

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

border-color css

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

 span { border-color: rgb(60,9,164); }

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