Html Css Color HEX #28274C Paua

📋 copy color: '#28274C'

red 40 ◦ green 39 ◦ blue 76

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

Shades of Paua #28274C

Tints of Paua #28274C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 49.03%

R = 25.81%
G = 25.16%
B = 49.03%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#28274C (or 0x28274C) is known color: Paua. HEX triplet: 28, 27 and 4C. RGB value is (40,39,76). Sum of RGB (Red+Green+Blue) = 40+39+76=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #28274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28274C is #D7D8B3. Grayscale: #2B2B2B. Windows color (decimal): -14145716 or 4990760. OLE color: 4990760.

HSL color Cylindrical-coordinate representation of color #28274C: hue angle of 241.62º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #28274C is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 40 39 76 -
CMYK 0.47 0.49 0 0.70
HSL 241.62º 0.32% 0.23% -
HSV(B) 241.62º 0.49% 0.3% -
XYZ 2.91 2.42 7.15 -
YUV 43.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 40 39 76 0.47 0.49 0 0.70 241.62 0.32 0.23
Hex 28 27 4C 2F 31 0 46 F2 20 17
Octal 50 47 114 57 61 0 106 362 40 27
Binary 101000 100111 1001100 101111 110001 0 1000110 11110010 100000 10111

Color Harmonies of #28274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28274C

Black with #28274C

Text Example


Text Example

White with #28274C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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