Html Css Color HEX #3C09AB Indigo

📋 copy color: '#3C09AB'

red 60 ◦ green 9 ◦ blue 171

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

Shades of Indigo #3C09AB

Tints of Indigo #3C09AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 71.25%

R = 25%
G = 3.75%
B = 71.25%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C09AB (or 0x3C09AB) is known color: Indigo. HEX triplet: 3C, 09 and AB. RGB value is (60,9,171). Sum of RGB (Red+Green+Blue) = 60+9+171=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C09AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C09AB is #C3F654. Grayscale: #2A2A2A. Windows color (decimal): -12842581 or 11209020. OLE color: 11209020.

HSL color Cylindrical-coordinate representation of color #3C09AB: hue angle of 258.89º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C09AB is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 9 171 -
CMYK 0.65 0.95 0 0.33
HSL 258.89º 0.9% 0.35% -
HSV(B) 258.89º 0.95% 0.67% -
XYZ 9.31 4.1 38.83 -
YUV 42.72 200.4 140.33 -
System Red Green Blue C M Y K H S L
Decimal 60 9 171 0.65 0.95 0 0.33 258.89 0.9 0.35
Hex 3C 9 AB 41 5F 0 21 103 5A 23
Octal 74 11 253 101 137 0 41 403 132 43
Binary 111100 1001 10101011 1000001 1011111 0 100001 100000011 1011010 100011

Color Harmonies of #3C09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C09AB

Black with #3C09AB

Text Example


Text Example

White with #3C09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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