Html Css Color HEX #410673 Indigo

📋 copy color: '#410673'

red 65 ◦ green 6 ◦ blue 115

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

Shades of Indigo #410673

Tints of Indigo #410673

RGB

 RED value IS 65 (25.78% from 255) = 34.95%

 GREEN value IS 6 (2.73% from 255) = 3.23%

 BLUE value IS 115 (45.31% from 255) = 61.83%

R = 34.95%
G = 3.23%
B = 61.83%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#410673 (or 0x410673) is known color: Indigo. HEX triplet: 41, 06 and 73. RGB value is (65,6,115). Sum of RGB (Red+Green+Blue) = 65+6+115=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #410673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410673 is #BEF98C. Grayscale: #232323. Windows color (decimal): -12515725 or 7538241. OLE color: 7538241.

HSL color Cylindrical-coordinate representation of color #410673: hue angle of 272.48º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410673 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 6 115 -
CMYK 0.43 0.95 0 0.55
HSL 272.48º 0.9% 0.24% -
HSV(B) 272.48º 0.95% 0.45% -
XYZ 5.34 2.49 16.42 -
YUV 36.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 65 6 115 0.43 0.95 0 0.55 272.48 0.9 0.24
Hex 41 6 73 2B 5F 0 37 110 5A 18
Octal 101 6 163 53 137 0 67 420 132 30
Binary 1000001 110 1110011 101011 1011111 0 110111 100010000 1011010 11000

Color Harmonies of #410673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410673

Black with #410673

Text Example


Text Example

White with #410673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410673; }

 p { color: rgb(65,6,115); }

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

background-color css

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

 a { background-color: rgb(65,6,115); }

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

border-color css

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

 span { border-color: rgb(65,6,115); }

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