Html Css Color HEX #412383 Windsor

📋 copy color: '#412383'

red 65 ◦ green 35 ◦ blue 131

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

Shades of Windsor #412383

Tints of Windsor #412383

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

 BLUE value IS 131 (51.56% from 255) = 56.71%

R = 28.14%
G = 15.15%
B = 56.71%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#412383 (or 0x412383) is known color: Windsor. HEX triplet: 41, 23 and 83. RGB value is (65,35,131). Sum of RGB (Red+Green+Blue) = 65+35+131=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #412383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412383 is #BEDC7C. Grayscale: #363636. Windows color (decimal): -12508285 or 8594241. OLE color: 8594241.

HSL color Cylindrical-coordinate representation of color #412383: hue angle of 258.75º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #412383 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 35 131 -
CMYK 0.50 0.73 0 0.49
HSL 258.75º 0.58% 0.33% -
HSV(B) 258.75º 0.73% 0.51% -
XYZ 6.88 3.96 21.88 -
YUV 54.91 170.94 135.19 -
System Red Green Blue C M Y K H S L
Decimal 65 35 131 0.50 0.73 0 0.49 258.75 0.58 0.33
Hex 41 23 83 32 49 0 31 103 3A 21
Octal 101 43 203 62 111 0 61 403 72 41
Binary 1000001 100011 10000011 110010 1001001 0 110001 100000011 111010 100001

Color Harmonies of #412383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412383

Black with #412383

Text Example


Text Example

White with #412383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412383; }

 p { color: rgb(65,35,131); }

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

background-color css

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

 a { background-color: rgb(65,35,131); }

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

border-color css

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

 span { border-color: rgb(65,35,131); }

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