Html Css Color HEX #410985 Indigo

📋 copy color: '#410985'

red 65 ◦ green 9 ◦ blue 133

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

Shades of Indigo #410985

Tints of Indigo #410985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 64.25%

R = 31.4%
G = 4.35%
B = 64.25%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#410985 (or 0x410985) is known color: Indigo. HEX triplet: 41, 09 and 85. RGB value is (65,9,133). Sum of RGB (Red+Green+Blue) = 65+9+133=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #410985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410985 is #BEF67A. Grayscale: #272727. Windows color (decimal): -12514939 or 8718657. OLE color: 8718657.

HSL color Cylindrical-coordinate representation of color #410985: hue angle of 267.1º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410985 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 9 133 -
CMYK 0.51 0.93 0 0.48
HSL 267.1º 0.87% 0.28% -
HSV(B) 267.1º 0.93% 0.52% -
XYZ 6.51 3.01 22.43 -
YUV 39.88 180.55 145.92 -
System Red Green Blue C M Y K H S L
Decimal 65 9 133 0.51 0.93 0 0.48 267.1 0.87 0.28
Hex 41 9 85 33 5D 0 30 10B 57 1C
Octal 101 11 205 63 135 0 60 413 127 34
Binary 1000001 1001 10000101 110011 1011101 0 110000 100001011 1010111 11100

Color Harmonies of #410985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410985

Black with #410985

Text Example


Text Example

White with #410985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410985; }

 p { color: rgb(65,9,133); }

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

background-color css

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

 a { background-color: rgb(65,9,133); }

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

border-color css

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

 span { border-color: rgb(65,9,133); }

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