Html Css Color HEX #3C08A0 Indigo

📋 copy color: '#3C08A0'

red 60 ◦ green 8 ◦ blue 160

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

Shades of Indigo #3C08A0

Tints of Indigo #3C08A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 70.18%

R = 26.32%
G = 3.51%
B = 70.18%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3C08A0 (or 0x3C08A0) is known color: Indigo. HEX triplet: 3C, 08 and A0. RGB value is (60,8,160). Sum of RGB (Red+Green+Blue) = 60+8+160=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 160 (62.89% from 255 or 70.18% from 228); Max value from RGB is 160 - color contains mainly: blue. Hex color #3C08A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C08A0 is #C3F75F. Grayscale: #282828. Windows color (decimal): -12842848 or 10487868. OLE color: 10487868.

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

Color convert

RGB 60 8 160 -
CMYK 0.62 0.95 0 0.37
HSL 260.53º 0.9% 0.33% -
HSV(B) 260.53º 0.95% 0.63% -
XYZ 8.3 3.67 33.53 -
YUV 40.88 195.23 141.64 -
System Red Green Blue C M Y K H S L
Decimal 60 8 160 0.62 0.95 0 0.37 260.53 0.9 0.33
Hex 3C 8 A0 3E 5F 0 25 105 5A 21
Octal 74 10 240 76 137 0 45 405 132 41
Binary 111100 1000 10100000 111110 1011111 0 100101 100000101 1011010 100001

Color Harmonies of #3C08A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C08A0

Black with #3C08A0

Text Example


Text Example

White with #3C08A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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