Html Css Color HEX #3C03A5 Indigo

📋 copy color: '#3C03A5'

red 60 ◦ green 3 ◦ blue 165

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

Shades of Indigo #3C03A5

Tints of Indigo #3C03A5

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

 BLUE value IS 165 (64.84% from 255) = 72.37%

R = 26.32%
G = 1.32%
B = 72.37%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3C03A5 (or 0x3C03A5) is known color: Indigo. HEX triplet: 3C, 03 and A5. RGB value is (60,3,165). Sum of RGB (Red+Green+Blue) = 60+3+165=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 165 (64.84% from 255 or 72.37% from 228); Max value from RGB is 165 - color contains mainly: blue. Hex color #3C03A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C03A5 is #C3FC5A. Grayscale: #252525. Windows color (decimal): -12844123 or 10814268. OLE color: 10814268.

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

Color convert

RGB 60 3 165 -
CMYK 0.64 0.98 0 0.35
HSL 261.11º 0.96% 0.33% -
HSV(B) 261.11º 0.98% 0.65% -
XYZ 8.69 3.74 35.86 -
YUV 38.51 199.38 143.33 -
System Red Green Blue C M Y K H S L
Decimal 60 3 165 0.64 0.98 0 0.35 261.11 0.96 0.33
Hex 3C 3 A5 40 62 0 23 105 60 21
Octal 74 3 245 100 142 0 43 405 140 41
Binary 111100 11 10100101 1000000 1100010 0 100011 100000101 1100000 100001

Color Harmonies of #3C03A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C03A5

Black with #3C03A5

Text Example


Text Example

White with #3C03A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,3,165); }

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

background-color css

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

 a { background-color: rgb(60,3,165); }

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

border-color css

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

 span { border-color: rgb(60,3,165); }

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