Html Css Color HEX #40236F Windsor

📋 copy color: '#40236F'

red 64 ◦ green 35 ◦ blue 111

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

Shades of Windsor #40236F

Tints of Windsor #40236F

RGB

 RED value IS 64 (25.39% from 255) = 30.48%

 GREEN value IS 35 (14.06% from 255) = 16.67%

 BLUE value IS 111 (43.75% from 255) = 52.86%

R = 30.48%
G = 16.67%
B = 52.86%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#40236F (or 0x40236F) is known color: Windsor. HEX triplet: 40, 23 and 6F. RGB value is (64,35,111). Sum of RGB (Red+Green+Blue) = 64+35+111=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #40236F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40236F is #BFDC90. Grayscale: #343434. Windows color (decimal): -12573841 or 7283520. OLE color: 7283520.

HSL color Cylindrical-coordinate representation of color #40236F: hue angle of 262.89º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40236F is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 35 111 -
CMYK 0.42 0.68 0 0.56
HSL 262.89º 0.52% 0.29% -
HSV(B) 262.89º 0.68% 0.44% -
XYZ 5.58 3.44 15.41 -
YUV 52.34 161.11 136.32 -
System Red Green Blue C M Y K H S L
Decimal 64 35 111 0.42 0.68 0 0.56 262.89 0.52 0.29
Hex 40 23 6F 2A 44 0 38 107 34 1D
Octal 100 43 157 52 104 0 70 407 64 35
Binary 1000000 100011 1101111 101010 1000100 0 111000 100000111 110100 11101

Color Harmonies of #40236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40236F

Black with #40236F

Text Example


Text Example

White with #40236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,35,111); }

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

background-color css

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

 a { background-color: rgb(64,35,111); }

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

border-color css

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

 span { border-color: rgb(64,35,111); }

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