Html Css Color HEX #412F7A Windsor

📋 copy color: '#412F7A'

red 65 ◦ green 47 ◦ blue 122

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

Shades of Windsor #412F7A

Tints of Windsor #412F7A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.09%

 BLUE value IS 122 (48.05% from 255) = 52.14%

R = 27.78%
G = 20.09%
B = 52.14%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#412F7A (or 0x412F7A) is known color: Windsor. HEX triplet: 41, 2F and 7A. RGB value is (65,47,122). Sum of RGB (Red+Green+Blue) = 65+47+122=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #412F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412F7A is #BED085. Grayscale: #3C3C3C. Windows color (decimal): -12505222 or 8007489. OLE color: 8007489.

HSL color Cylindrical-coordinate representation of color #412F7A: hue angle of 254.4º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #412F7A is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 47 122 -
CMYK 0.47 0.61 0 0.52
HSL 254.4º 0.44% 0.33% -
HSV(B) 254.4º 0.61% 0.48% -
XYZ 6.71 4.56 18.94 -
YUV 60.93 162.46 130.9 -
System Red Green Blue C M Y K H S L
Decimal 65 47 122 0.47 0.61 0 0.52 254.4 0.44 0.33
Hex 41 2F 7A 2F 3D 0 34 FE 2C 21
Octal 101 57 172 57 75 0 64 376 54 41
Binary 1000001 101111 1111010 101111 111101 0 110100 11111110 101100 100001

Color Harmonies of #412F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F7A

Black with #412F7A

Text Example


Text Example

White with #412F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412F7A; }

 p { color: rgb(65,47,122); }

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

background-color css

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

 a { background-color: rgb(65,47,122); }

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

border-color css

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

 span { border-color: rgb(65,47,122); }

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