Html Css Color HEX #26155A Paua

📋 copy color: '#26155A'

red 38 ◦ green 21 ◦ blue 90

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

Shades of Paua #26155A

Tints of Paua #26155A

RGB

 RED value IS 38 (15.23% from 255) = 25.5%

 GREEN value IS 21 (8.59% from 255) = 14.09%

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

R = 25.5%
G = 14.09%
B = 60.4%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#26155A (or 0x26155A) is known color: Paua. HEX triplet: 26, 15 and 5A. RGB value is (38,21,90). Sum of RGB (Red+Green+Blue) = 38+21+90=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #26155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26155A is #D9EAA5. Grayscale: #212121. Windows color (decimal): -14281382 or 5903654. OLE color: 5903654.

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

Color convert

RGB 38 21 90 -
CMYK 0.58 0.77 0 0.65
HSL 254.78º 0.62% 0.22% -
HSV(B) 254.78º 0.77% 0.35% -
XYZ 2.91 1.69 9.84 -
YUV 33.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 38 21 90 0.58 0.77 0 0.65 254.78 0.62 0.22
Hex 26 15 5A 3A 4D 0 41 FF 3E 16
Octal 46 25 132 72 115 0 101 377 76 26
Binary 100110 10101 1011010 111010 1001101 0 1000001 11111111 111110 10110

Color Harmonies of #26155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26155A

Black with #26155A

Text Example


Text Example

White with #26155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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