Html Css Color HEX #415981 Chambray

📋 copy color: '#415981'

red 65 ◦ green 89 ◦ blue 129

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

Shades of Chambray #415981

Tints of Chambray #415981

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.45%

 BLUE value IS 129 (50.78% from 255) = 45.58%

R = 22.97%
G = 31.45%
B = 45.58%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#415981 (or 0x415981) is known color: Chambray. HEX triplet: 41, 59 and 81. RGB value is (65,89,129). Sum of RGB (Red+Green+Blue) = 65+89+129=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #415981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415981 is #BEA67E. Grayscale: #565656. Windows color (decimal): -12494463 or 8476993. OLE color: 8476993.

HSL color Cylindrical-coordinate representation of color #415981: hue angle of 217.5º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #415981 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 89 129 -
CMYK 0.50 0.31 0 0.49
HSL 217.5º 0.33% 0.38% -
HSV(B) 217.5º 0.5% 0.51% -
XYZ 9.71 9.85 22.16 -
YUV 86.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 65 89 129 0.50 0.31 0 0.49 217.5 0.33 0.38
Hex 41 59 81 32 1F 0 31 DA 21 26
Octal 101 131 201 62 37 0 61 332 41 46
Binary 1000001 1011001 10000001 110010 11111 0 110001 11011010 100001 100110

Color Harmonies of #415981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415981

Black with #415981

Text Example


Text Example

White with #415981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415981; }

 p { color: rgb(65,89,129); }

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

background-color css

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

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

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

border-color css

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

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

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