Html Css Color HEX #42267B Windsor

📋 copy color: '#42267B'

red 66 ◦ green 38 ◦ blue 123

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

Shades of Windsor #42267B

Tints of Windsor #42267B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.74%

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

R = 29.07%
G = 16.74%
B = 54.19%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42267B (or 0x42267B) is known color: Windsor. HEX triplet: 42, 26 and 7B. RGB value is (66,38,123). Sum of RGB (Red+Green+Blue) = 66+38+123=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #42267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42267B is #BDD984. Grayscale: #373737. Windows color (decimal): -12441989 or 8070722. OLE color: 8070722.

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

Color convert

RGB 66 38 123 -
CMYK 0.46 0.69 0 0.52
HSL 259.76º 0.53% 0.32% -
HSV(B) 259.76º 0.69% 0.48% -
XYZ 6.52 3.97 19.16 -
YUV 56.06 165.78 135.09 -
System Red Green Blue C M Y K H S L
Decimal 66 38 123 0.46 0.69 0 0.52 259.76 0.53 0.32
Hex 42 26 7B 2E 45 0 34 104 35 20
Octal 102 46 173 56 105 0 64 404 65 40
Binary 1000010 100110 1111011 101110 1000101 0 110100 100000100 110101 100000

Color Harmonies of #42267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42267B

Black with #42267B

Text Example


Text Example

White with #42267B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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