Html Css Color HEX #42317B Windsor

📋 copy color: '#42317B'

red 66 ◦ green 49 ◦ blue 123

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

Shades of Windsor #42317B

Tints of Windsor #42317B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.59%

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

R = 27.73%
G = 20.59%
B = 51.68%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42317B (or 0x42317B) is known color: Windsor. HEX triplet: 42, 31 and 7B. RGB value is (66,49,123). Sum of RGB (Red+Green+Blue) = 66+49+123=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #42317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42317B is #BDCE84. Grayscale: #3E3E3E. Windows color (decimal): -12439173 or 8073538. OLE color: 8073538.

HSL color Cylindrical-coordinate representation of color #42317B: hue angle of 253.78º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42317B is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 49 123 -
CMYK 0.46 0.60 0 0.52
HSL 253.78º 0.43% 0.34% -
HSV(B) 253.78º 0.6% 0.48% -
XYZ 6.92 4.78 19.3 -
YUV 62.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 66 49 123 0.46 0.60 0 0.52 253.78 0.43 0.34
Hex 42 31 7B 2E 3C 0 34 FE 2B 22
Octal 102 61 173 56 74 0 64 376 53 42
Binary 1000010 110001 1111011 101110 111100 0 110100 11111110 101011 100010

Color Harmonies of #42317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42317B

Black with #42317B

Text Example


Text Example

White with #42317B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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