Html Css Color HEX #3C089C Indigo

📋 copy color: '#3C089C'

red 60 ◦ green 8 ◦ blue 156

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

Shades of Indigo #3C089C

Tints of Indigo #3C089C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.57%

 BLUE value IS 156 (61.33% from 255) = 69.64%

R = 26.79%
G = 3.57%
B = 69.64%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C089C (or 0x3C089C) is known color: Indigo. HEX triplet: 3C, 08 and 9C. RGB value is (60,8,156). Sum of RGB (Red+Green+Blue) = 60+8+156=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 156 (61.33% from 255 or 69.64% from 224); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C089C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C089C is #C3F763. Grayscale: #272727. Windows color (decimal): -12842852 or 10225724. OLE color: 10225724.

HSL color Cylindrical-coordinate representation of color #3C089C: hue angle of 261.08º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C089C is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 8 156 -
CMYK 0.62 0.95 0 0.39
HSL 261.08º 0.9% 0.32% -
HSV(B) 261.08º 0.95% 0.61% -
XYZ 7.95 3.53 31.72 -
YUV 40.42 193.23 141.97 -
System Red Green Blue C M Y K H S L
Decimal 60 8 156 0.62 0.95 0 0.39 261.08 0.9 0.32
Hex 3C 8 9C 3E 5F 0 27 105 5A 20
Octal 74 10 234 76 137 0 47 405 132 40
Binary 111100 1000 10011100 111110 1011111 0 100111 100000101 1011010 100000

Color Harmonies of #3C089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C089C

Black with #3C089C

Text Example


Text Example

White with #3C089C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,8,156); }

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

background-color css

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

 a { background-color: rgb(60,8,156); }

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

border-color css

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

 span { border-color: rgb(60,8,156); }

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