Html Css Color HEX #414175 Corn Flower Blue

📋 copy color: '#414175'

red 65 ◦ green 65 ◦ blue 117

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

Shades of Corn Flower Blue #414175

Tints of Corn Flower Blue #414175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.32%

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

R = 26.32%
G = 26.32%
B = 47.37%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#414175 (or 0x414175) is known color: Corn Flower Blue. HEX triplet: 41, 41 and 75. RGB value is (65,65,117). Sum of RGB (Red+Green+Blue) = 65+65+117=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #414175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414175 is #BEBE8A. Grayscale: #464646. Windows color (decimal): -12500619 or 7684417. OLE color: 7684417.

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

Color convert

RGB 65 65 117 -
CMYK 0.44 0.44 0 0.54
HSL 240º 0.29% 0.36% -
HSV(B) 240º 0.44% 0.46% -
XYZ 7.28 6.19 17.64 -
YUV 70.93 154 123.77 -
System Red Green Blue C M Y K H S L
Decimal 65 65 117 0.44 0.44 0 0.54 240 0.29 0.36
Hex 41 41 75 2C 2C 0 36 F0 1D 24
Octal 101 101 165 54 54 0 66 360 35 44
Binary 1000001 1000001 1110101 101100 101100 0 110110 11110000 11101 100100

Color Harmonies of #414175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414175

Black with #414175

Text Example


Text Example

White with #414175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414175; }

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

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

background-color css

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

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

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

border-color css

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

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

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