Html Css Color HEX #26155B Paua

📋 copy color: '#26155B'

red 38 ◦ green 21 ◦ blue 91

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

Shades of Paua #26155B

Tints of Paua #26155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 60.67%

R = 25.33%
G = 14%
B = 60.67%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26155B (or 0x26155B) is known color: Paua. HEX triplet: 26, 15 and 5B. RGB value is (38,21,91). Sum of RGB (Red+Green+Blue) = 38+21+91=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #26155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26155B is #D9EAA4. Grayscale: #212121. Windows color (decimal): -14281381 or 5969190. OLE color: 5969190.

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

Color convert

RGB 38 21 91 -
CMYK 0.58 0.77 0 0.64
HSL 254.57º 0.63% 0.22% -
HSV(B) 254.57º 0.77% 0.36% -
XYZ 2.96 1.7 10.07 -
YUV 34.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 38 21 91 0.58 0.77 0 0.64 254.57 0.63 0.22
Hex 26 15 5B 3A 4D 0 40 FF 3E 16
Octal 46 25 133 72 115 0 100 377 76 26
Binary 100110 10101 1011011 111010 1001101 0 1000000 11111111 111110 10110

Color Harmonies of #26155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26155B

Black with #26155B

Text Example


Text Example

White with #26155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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