Html Css Color HEX #28316F Deep Koamaru

📋 copy color: '#28316F'

red 40 ◦ green 49 ◦ blue 111

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

Shades of Deep Koamaru #28316F

Tints of Deep Koamaru #28316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 55.5%

R = 20%
G = 24.5%
B = 55.5%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#28316F (or 0x28316F) is known color: Deep Koamaru. HEX triplet: 28, 31 and 6F. RGB value is (40,49,111). Sum of RGB (Red+Green+Blue) = 40+49+111=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #28316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28316F is #D7CE90. Grayscale: #353535. Windows color (decimal): -14143121 or 7287080. OLE color: 7287080.

HSL color Cylindrical-coordinate representation of color #28316F: hue angle of 232.39º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28316F is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 49 111 -
CMYK 0.64 0.56 0 0.56
HSL 232.39º 0.47% 0.3% -
HSV(B) 232.39º 0.64% 0.44% -
XYZ 4.84 3.8 15.52 -
YUV 53.38 160.52 118.46 -
System Red Green Blue C M Y K H S L
Decimal 40 49 111 0.64 0.56 0 0.56 232.39 0.47 0.3
Hex 28 31 6F 40 38 0 38 E8 2F 1E
Octal 50 61 157 100 70 0 70 350 57 36
Binary 101000 110001 1101111 1000000 111000 0 111000 11101000 101111 11110

Color Harmonies of #28316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28316F

Black with #28316F

Text Example


Text Example

White with #28316F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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