Html Css Color HEX #42207B Windsor

📋 copy color: '#42207B'

red 66 ◦ green 32 ◦ blue 123

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

Shades of Windsor #42207B

Tints of Windsor #42207B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.48%

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

R = 29.86%
G = 14.48%
B = 55.66%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42207B (or 0x42207B) is known color: Windsor. HEX triplet: 42, 20 and 7B. RGB value is (66,32,123). Sum of RGB (Red+Green+Blue) = 66+32+123=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #42207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42207B is #BDDF84. Grayscale: #343434. Windows color (decimal): -12443525 or 8069186. OLE color: 8069186.

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

Color convert

RGB 66 32 123 -
CMYK 0.46 0.74 0 0.52
HSL 262.42º 0.59% 0.3% -
HSV(B) 262.42º 0.74% 0.48% -
XYZ 6.34 3.62 19.1 -
YUV 52.54 167.76 137.6 -
System Red Green Blue C M Y K H S L
Decimal 66 32 123 0.46 0.74 0 0.52 262.42 0.59 0.3
Hex 42 20 7B 2E 4A 0 34 106 3B 1E
Octal 102 40 173 56 112 0 64 406 73 36
Binary 1000010 100000 1111011 101110 1001010 0 110100 100000110 111011 11110

Color Harmonies of #42207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42207B

Black with #42207B

Text Example


Text Example

White with #42207B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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