Html Css Color HEX #42347C Windsor

📋 copy color: '#42347C'

red 66 ◦ green 52 ◦ blue 124

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

Shades of Windsor #42347C

Tints of Windsor #42347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

 BLUE value IS 124 (48.83% from 255) = 51.24%

R = 27.27%
G = 21.49%
B = 51.24%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42347C (or 0x42347C) is known color: Windsor. HEX triplet: 42, 34 and 7C. RGB value is (66,52,124). Sum of RGB (Red+Green+Blue) = 66+52+124=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #42347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42347C is #BDCB83. Grayscale: #404040. Windows color (decimal): -12438404 or 8139842. OLE color: 8139842.

HSL color Cylindrical-coordinate representation of color #42347C: hue angle of 251.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42347C is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 52 124 -
CMYK 0.47 0.58 0 0.51
HSL 251.67º 0.41% 0.35% -
HSV(B) 251.67º 0.58% 0.49% -
XYZ 7.11 5.07 19.67 -
YUV 64.39 161.64 129.15 -
System Red Green Blue C M Y K H S L
Decimal 66 52 124 0.47 0.58 0 0.51 251.67 0.41 0.35
Hex 42 34 7C 2F 3A 0 33 FC 29 23
Octal 102 64 174 57 72 0 63 374 51 43
Binary 1000010 110100 1111100 101111 111010 0 110011 11111100 101001 100011

Color Harmonies of #42347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42347C

Black with #42347C

Text Example


Text Example

White with #42347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42347C; }

 p { color: rgb(66,52,124); }

 H1.HeaderClassName
 {
   color: #42347C;
 }
 .AnyTagClassName
 {
   color: #42347C;
 }
</style>

background-color css

<style>
 a { background-color: #42347C; }

 a { background-color: rgb(66,52,124); }

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

border-color css

<style>
 span { border-color: #42347C; }

 span { border-color: rgb(66,52,124); }

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