Html Css Color HEX #282058 Paua

📋 copy color: '#282058'

red 40 ◦ green 32 ◦ blue 88

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

Shades of Paua #282058

Tints of Paua #282058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20%

 BLUE value IS 88 (34.77% from 255) = 55%

R = 25%
G = 20%
B = 55%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#282058 (or 0x282058) is known color: Paua. HEX triplet: 28, 20 and 58. RGB value is (40,32,88). Sum of RGB (Red+Green+Blue) = 40+32+88=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #282058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282058 is #D7DFA7. Grayscale: #282828. Windows color (decimal): -14147496 or 5775400. OLE color: 5775400.

HSL color Cylindrical-coordinate representation of color #282058: hue angle of 248.57º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #282058 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 32 88 -
CMYK 0.55 0.64 0 0.65
HSL 248.57º 0.47% 0.24% -
HSV(B) 248.57º 0.64% 0.35% -
XYZ 3.15 2.19 9.49 -
YUV 40.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 40 32 88 0.55 0.64 0 0.65 248.57 0.47 0.24
Hex 28 20 58 37 40 0 41 F9 2F 18
Octal 50 40 130 67 100 0 101 371 57 30
Binary 101000 100000 1011000 110111 1000000 0 1000001 11111001 101111 11000

Color Harmonies of #282058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282058

Black with #282058

Text Example


Text Example

White with #282058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282058; }

 p { color: rgb(40,32,88); }

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

background-color css

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

 a { background-color: rgb(40,32,88); }

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

border-color css

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

 span { border-color: rgb(40,32,88); }

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