Html Css Color HEX #28265D Paua

📋 copy color: '#28265D'

red 40 ◦ green 38 ◦ blue 93

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

Shades of Paua #28265D

Tints of Paua #28265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.22%

 BLUE value IS 93 (36.72% from 255) = 54.39%

R = 23.39%
G = 22.22%
B = 54.39%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28265D (or 0x28265D) is known color: Paua. HEX triplet: 28, 26 and 5D. RGB value is (40,38,93). Sum of RGB (Red+Green+Blue) = 40+38+93=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #28265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28265D is #D7D9A2. Grayscale: #2C2C2C. Windows color (decimal): -14145955 or 6104616. OLE color: 6104616.

HSL color Cylindrical-coordinate representation of color #28265D: hue angle of 242.18º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #28265D is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 38 93 -
CMYK 0.57 0.59 0 0.64
HSL 242.18º 0.42% 0.26% -
HSV(B) 242.18º 0.59% 0.36% -
XYZ 3.54 2.63 10.68 -
YUV 44.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 40 38 93 0.57 0.59 0 0.64 242.18 0.42 0.26
Hex 28 26 5D 39 3B 0 40 F2 2A 1A
Octal 50 46 135 71 73 0 100 362 52 32
Binary 101000 100110 1011101 111001 111011 0 1000000 11110010 101010 11010

Color Harmonies of #28265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28265D

Black with #28265D

Text Example


Text Example

White with #28265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,38,93); }

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

background-color css

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

 a { background-color: rgb(40,38,93); }

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

border-color css

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

 span { border-color: rgb(40,38,93); }

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