Html Css Color HEX #28276C Deep Koamaru

📋 copy color: '#28276C'

red 40 ◦ green 39 ◦ blue 108

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

Shades of Deep Koamaru #28276C

Tints of Deep Koamaru #28276C

RGB

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

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

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

R = 21.39%
G = 20.86%
B = 57.75%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28276C (or 0x28276C) is known color: Deep Koamaru. HEX triplet: 28, 27 and 6C. RGB value is (40,39,108). Sum of RGB (Red+Green+Blue) = 40+39+108=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #28276C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28276C is #D7D893. Grayscale: #2E2E2E. Windows color (decimal): -14145684 or 7087912. OLE color: 7087912.

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

Color convert

RGB 40 39 108 -
CMYK 0.63 0.64 0 0.58
HSL 240.87º 0.47% 0.29% -
HSV(B) 240.87º 0.64% 0.42% -
XYZ 4.31 2.98 14.54 -
YUV 47.17 162.33 122.89 -
System Red Green Blue C M Y K H S L
Decimal 40 39 108 0.63 0.64 0 0.58 240.87 0.47 0.29
Hex 28 27 6C 3F 40 0 3A F1 2F 1D
Octal 50 47 154 77 100 0 72 361 57 35
Binary 101000 100111 1101100 111111 1000000 0 111010 11110001 101111 11101

Color Harmonies of #28276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28276C

Black with #28276C

Text Example


Text Example

White with #28276C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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