Html Css Color HEX #403975 Corn Flower Blue

📋 copy color: '#403975'

red 64 ◦ green 57 ◦ blue 117

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

Shades of Corn Flower Blue #403975

Tints of Corn Flower Blue #403975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.95%

 BLUE value IS 117 (46.09% from 255) = 49.16%

R = 26.89%
G = 23.95%
B = 49.16%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#403975 (or 0x403975) is known color: Corn Flower Blue. HEX triplet: 40, 39 and 75. RGB value is (64,57,117). Sum of RGB (Red+Green+Blue) = 64+57+117=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #403975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403975 is #BFC68A. Grayscale: #414141. Windows color (decimal): -12568203 or 7682368. OLE color: 7682368.

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

Color convert

RGB 64 57 117 -
CMYK 0.45 0.51 0 0.54
HSL 247º 0.34% 0.34% -
HSV(B) 247º 0.51% 0.46% -
XYZ 6.79 5.3 17.49 -
YUV 65.93 156.82 126.62 -
System Red Green Blue C M Y K H S L
Decimal 64 57 117 0.45 0.51 0 0.54 247 0.34 0.34
Hex 40 39 75 2D 33 0 36 F7 22 22
Octal 100 71 165 55 63 0 66 367 42 42
Binary 1000000 111001 1110101 101101 110011 0 110110 11110111 100010 100010

Color Harmonies of #403975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403975

Black with #403975

Text Example


Text Example

White with #403975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403975; }

 p { color: rgb(64,57,117); }

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

background-color css

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

 a { background-color: rgb(64,57,117); }

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

border-color css

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

 span { border-color: rgb(64,57,117); }

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