Html Css Color HEX #43307F Windsor

📋 copy color: '#43307F'

red 67 ◦ green 48 ◦ blue 127

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

Shades of Windsor #43307F

Tints of Windsor #43307F

RGB

 RED value IS 67 (26.56% from 255) = 27.69%

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

 BLUE value IS 127 (50% from 255) = 52.48%

R = 27.69%
G = 19.83%
B = 52.48%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#43307F (or 0x43307F) is known color: Windsor. HEX triplet: 43, 30 and 7F. RGB value is (67,48,127). Sum of RGB (Red+Green+Blue) = 67+48+127=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #43307F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43307F is #BCCF80. Grayscale: #3E3E3E. Windows color (decimal): -12373889 or 8335427. OLE color: 8335427.

HSL color Cylindrical-coordinate representation of color #43307F: hue angle of 254.43º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43307F is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 48 127 -
CMYK 0.47 0.62 0 0.50
HSL 254.43º 0.45% 0.34% -
HSV(B) 254.43º 0.62% 0.5% -
XYZ 7.2 4.84 20.63 -
YUV 62.69 164.29 131.08 -
System Red Green Blue C M Y K H S L
Decimal 67 48 127 0.47 0.62 0 0.50 254.43 0.45 0.34
Hex 43 30 7F 2F 3E 0 32 FE 2D 22
Octal 103 60 177 57 76 0 62 376 55 42
Binary 1000011 110000 1111111 101111 111110 0 110010 11111110 101101 100010

Color Harmonies of #43307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43307F

Black with #43307F

Text Example


Text Example

White with #43307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43307F; }

 p { color: rgb(67,48,127); }

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

background-color css

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

 a { background-color: rgb(67,48,127); }

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

border-color css

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

 span { border-color: rgb(67,48,127); }

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