Html Css Color HEX #423082 Windsor

📋 copy color: '#423082'

red 66 ◦ green 48 ◦ blue 130

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

Shades of Windsor #423082

Tints of Windsor #423082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 53.28%

R = 27.05%
G = 19.67%
B = 53.28%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#423082 (or 0x423082) is known color: Windsor. HEX triplet: 42, 30 and 82. RGB value is (66,48,130). Sum of RGB (Red+Green+Blue) = 66+48+130=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #423082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423082 is #BDCF7D. Grayscale: #3E3E3E. Windows color (decimal): -12439422 or 8532034. OLE color: 8532034.

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

Color convert

RGB 66 48 130 -
CMYK 0.49 0.63 0 0.49
HSL 253.17º 0.46% 0.35% -
HSV(B) 253.17º 0.63% 0.51% -
XYZ 7.33 4.88 21.68 -
YUV 62.73 165.96 130.33 -
System Red Green Blue C M Y K H S L
Decimal 66 48 130 0.49 0.63 0 0.49 253.17 0.46 0.35
Hex 42 30 82 31 3F 0 31 FD 2E 23
Octal 102 60 202 61 77 0 61 375 56 43
Binary 1000010 110000 10000010 110001 111111 0 110001 11111101 101110 100011

Color Harmonies of #423082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423082

Black with #423082

Text Example


Text Example

White with #423082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423082; }

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

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

background-color css

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

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

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

border-color css

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

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

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