Html Css Color HEX #28265A Paua

📋 copy color: '#28265A'

red 40 ◦ green 38 ◦ blue 90

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

Shades of Paua #28265A

Tints of Paua #28265A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 53.57%

R = 23.81%
G = 22.62%
B = 53.57%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#28265A (or 0x28265A) is known color: Paua. HEX triplet: 28, 26 and 5A. RGB value is (40,38,90). Sum of RGB (Red+Green+Blue) = 40+38+90=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #28265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28265A is #D7D9A5. Grayscale: #2C2C2C. Windows color (decimal): -14145958 or 5908008. OLE color: 5908008.

HSL color Cylindrical-coordinate representation of color #28265A: hue angle of 242.31º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28265A is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 38 90 -
CMYK 0.56 0.58 0 0.65
HSL 242.31º 0.41% 0.25% -
HSV(B) 242.31º 0.58% 0.35% -
XYZ 3.41 2.58 9.99 -
YUV 44.53 153.66 124.77 -
System Red Green Blue C M Y K H S L
Decimal 40 38 90 0.56 0.58 0 0.65 242.31 0.41 0.25
Hex 28 26 5A 38 3A 0 41 F2 29 19
Octal 50 46 132 70 72 0 101 362 51 31
Binary 101000 100110 1011010 111000 111010 0 1000001 11110010 101001 11001

Color Harmonies of #28265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28265A

Black with #28265A

Text Example


Text Example

White with #28265A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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