Html Css Color HEX #28316C Deep Koamaru

📋 copy color: '#28316C'

red 40 ◦ green 49 ◦ blue 108

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

Shades of Deep Koamaru #28316C

Tints of Deep Koamaru #28316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54.82%

R = 20.3%
G = 24.87%
B = 54.82%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28316C (or 0x28316C) is known color: Deep Koamaru. HEX triplet: 28, 31 and 6C. RGB value is (40,49,108). Sum of RGB (Red+Green+Blue) = 40+49+108=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #28316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28316C is #D7CE93. Grayscale: #343434. Windows color (decimal): -14143124 or 7090472. OLE color: 7090472.

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

Color convert

RGB 40 49 108 -
CMYK 0.63 0.55 0 0.58
HSL 232.06º 0.46% 0.29% -
HSV(B) 232.06º 0.63% 0.42% -
XYZ 4.68 3.73 14.66 -
YUV 53.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 40 49 108 0.63 0.55 0 0.58 232.06 0.46 0.29
Hex 28 31 6C 3F 37 0 3A E8 2E 1D
Octal 50 61 154 77 67 0 72 350 56 35
Binary 101000 110001 1101100 111111 110111 0 111010 11101000 101110 11101

Color Harmonies of #28316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28316C

Black with #28316C

Text Example


Text Example

White with #28316C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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