Html Css Color HEX #28316D Deep Koamaru

📋 copy color: '#28316D'

red 40 ◦ green 49 ◦ blue 109

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

Shades of Deep Koamaru #28316D

Tints of Deep Koamaru #28316D

RGB

 RED value IS 40 (16.02% from 255) = 20.2%

 GREEN value IS 49 (19.53% from 255) = 24.75%

 BLUE value IS 109 (42.97% from 255) = 55.05%

R = 20.2%
G = 24.75%
B = 55.05%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#28316D (or 0x28316D) is known color: Deep Koamaru. HEX triplet: 28, 31 and 6D. RGB value is (40,49,109). Sum of RGB (Red+Green+Blue) = 40+49+109=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #28316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28316D is #D7CE92. Grayscale: #343434. Windows color (decimal): -14143123 or 7156008. OLE color: 7156008.

HSL color Cylindrical-coordinate representation of color #28316D: hue angle of 232.17º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28316D is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 49 109 -
CMYK 0.63 0.55 0 0.57
HSL 232.17º 0.46% 0.29% -
HSV(B) 232.17º 0.63% 0.43% -
XYZ 4.73 3.75 14.94 -
YUV 53.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 40 49 109 0.63 0.55 0 0.57 232.17 0.46 0.29
Hex 28 31 6D 3F 37 0 39 E8 2E 1D
Octal 50 61 155 77 67 0 71 350 56 35
Binary 101000 110001 1101101 111111 110111 0 111001 11101000 101110 11101

Color Harmonies of #28316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28316D

Black with #28316D

Text Example


Text Example

White with #28316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28316D; }

 p { color: rgb(40,49,109); }

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

background-color css

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

 a { background-color: rgb(40,49,109); }

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

border-color css

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

 span { border-color: rgb(40,49,109); }

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