Html Css Color HEX #42307C Windsor

📋 copy color: '#42307C'

red 66 ◦ green 48 ◦ blue 124

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

Shades of Windsor #42307C

Tints of Windsor #42307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.17%

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

R = 27.73%
G = 20.17%
B = 52.1%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42307C (or 0x42307C) is known color: Windsor. HEX triplet: 42, 30 and 7C. RGB value is (66,48,124). Sum of RGB (Red+Green+Blue) = 66+48+124=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #42307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42307C is #BDCF83. Grayscale: #3D3D3D. Windows color (decimal): -12439428 or 8138818. OLE color: 8138818.

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

Color convert

RGB 66 48 124 -
CMYK 0.47 0.61 0 0.51
HSL 254.21º 0.44% 0.34% -
HSV(B) 254.21º 0.61% 0.49% -
XYZ 6.94 4.73 19.62 -
YUV 62.05 162.96 130.82 -
System Red Green Blue C M Y K H S L
Decimal 66 48 124 0.47 0.61 0 0.51 254.21 0.44 0.34
Hex 42 30 7C 2F 3D 0 33 FE 2C 22
Octal 102 60 174 57 75 0 63 376 54 42
Binary 1000010 110000 1111100 101111 111101 0 110011 11111110 101100 100010

Color Harmonies of #42307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42307C

Black with #42307C

Text Example


Text Example

White with #42307C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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