Html Css Color HEX #28276D Deep Koamaru

📋 copy color: '#28276D'

red 40 ◦ green 39 ◦ blue 109

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

Shades of Deep Koamaru #28276D

Tints of Deep Koamaru #28276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.74%

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

R = 21.28%
G = 20.74%
B = 57.98%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#28276D (or 0x28276D) is known color: Deep Koamaru. HEX triplet: 28, 27 and 6D. RGB value is (40,39,109). Sum of RGB (Red+Green+Blue) = 40+39+109=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #28276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28276D is #D7D892. Grayscale: #2F2F2F. Windows color (decimal): -14145683 or 7153448. OLE color: 7153448.

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

Color convert

RGB 40 39 109 -
CMYK 0.63 0.64 0 0.57
HSL 240.86º 0.47% 0.29% -
HSV(B) 240.86º 0.64% 0.43% -
XYZ 4.36 3.01 14.82 -
YUV 47.28 162.83 122.81 -
System Red Green Blue C M Y K H S L
Decimal 40 39 109 0.63 0.64 0 0.57 240.86 0.47 0.29
Hex 28 27 6D 3F 40 0 39 F1 2F 1D
Octal 50 47 155 77 100 0 71 361 57 35
Binary 101000 100111 1101101 111111 1000000 0 111001 11110001 101111 11101

Color Harmonies of #28276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28276D

Black with #28276D

Text Example


Text Example

White with #28276D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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