Html Css Color HEX #413975 Corn Flower Blue

📋 copy color: '#413975'

red 65 ◦ green 57 ◦ blue 117

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

Shades of Corn Flower Blue #413975

Tints of Corn Flower Blue #413975

RGB

 RED value IS 65 (25.78% from 255) = 27.2%

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

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

R = 27.2%
G = 23.85%
B = 48.95%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#413975 (or 0x413975) is known color: Corn Flower Blue. HEX triplet: 41, 39 and 75. RGB value is (65,57,117). Sum of RGB (Red+Green+Blue) = 65+57+117=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #413975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413975 is #BEC68A. Grayscale: #424242. Windows color (decimal): -12502667 or 7682369. OLE color: 7682369.

HSL color Cylindrical-coordinate representation of color #413975: hue angle of 248º 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 #413975 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 57 117 -
CMYK 0.44 0.51 0 0.54
HSL 248º 0.34% 0.34% -
HSV(B) 248º 0.51% 0.46% -
XYZ 6.85 5.33 17.5 -
YUV 66.23 156.65 127.12 -
System Red Green Blue C M Y K H S L
Decimal 65 57 117 0.44 0.51 0 0.54 248 0.34 0.34
Hex 41 39 75 2C 33 0 36 F8 22 22
Octal 101 71 165 54 63 0 66 370 42 42
Binary 1000001 111001 1110101 101100 110011 0 110110 11111000 100010 100010

Color Harmonies of #413975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413975

Black with #413975

Text Example


Text Example

White with #413975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413975; }

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

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

background-color css

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

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

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

border-color css

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

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

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