Html Css Color HEX #42247B Windsor

📋 copy color: '#42247B'

red 66 ◦ green 36 ◦ blue 123

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

Shades of Windsor #42247B

Tints of Windsor #42247B

RGB

 RED value IS 66 (26.17% from 255) = 29.33%

 GREEN value IS 36 (14.45% from 255) = 16%

 BLUE value IS 123 (48.44% from 255) = 54.67%

R = 29.33%
G = 16%
B = 54.67%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42247B (or 0x42247B) is known color: Windsor. HEX triplet: 42, 24 and 7B. RGB value is (66,36,123). Sum of RGB (Red+Green+Blue) = 66+36+123=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #42247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42247B is #BDDB84. Grayscale: #363636. Windows color (decimal): -12442501 or 8070210. OLE color: 8070210.

HSL color Cylindrical-coordinate representation of color #42247B: hue angle of 260.69º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42247B is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 36 123 -
CMYK 0.46 0.71 0 0.52
HSL 260.69º 0.55% 0.31% -
HSV(B) 260.69º 0.71% 0.48% -
XYZ 6.45 3.85 19.14 -
YUV 54.89 166.44 135.93 -
System Red Green Blue C M Y K H S L
Decimal 66 36 123 0.46 0.71 0 0.52 260.69 0.55 0.31
Hex 42 24 7B 2E 47 0 34 105 37 1F
Octal 102 44 173 56 107 0 64 405 67 37
Binary 1000010 100100 1111011 101110 1000111 0 110100 100000101 110111 11111

Color Harmonies of #42247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42247B

Black with #42247B

Text Example


Text Example

White with #42247B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42247B; }

 p { color: rgb(66,36,123); }

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

background-color css

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

 a { background-color: rgb(66,36,123); }

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

border-color css

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

 span { border-color: rgb(66,36,123); }

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