Html Css Color HEX #26255E Paua

📋 copy color: '#26255E'

red 38 ◦ green 37 ◦ blue 94

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

Shades of Paua #26255E

Tints of Paua #26255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.89%

 BLUE value IS 94 (37.11% from 255) = 55.62%

R = 22.49%
G = 21.89%
B = 55.62%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#26255E (or 0x26255E) is known color: Paua. HEX triplet: 26, 25 and 5E. RGB value is (38,37,94). Sum of RGB (Red+Green+Blue) = 38+37+94=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #26255E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26255E is #D9DAA1. Grayscale: #2B2B2B. Windows color (decimal): -14277282 or 6169894. OLE color: 6169894.

HSL color Cylindrical-coordinate representation of color #26255E: hue angle of 241.05º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #26255E is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 38 37 94 -
CMYK 0.60 0.61 0 0.63
HSL 241.05º 0.44% 0.26% -
HSV(B) 241.05º 0.61% 0.37% -
XYZ 3.48 2.54 10.9 -
YUV 43.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 38 37 94 0.60 0.61 0 0.63 241.05 0.44 0.26
Hex 26 25 5E 3C 3D 0 3F F1 2C 1A
Octal 46 45 136 74 75 0 77 361 54 32
Binary 100110 100101 1011110 111100 111101 0 111111 11110001 101100 11010

Color Harmonies of #26255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26255E

Black with #26255E

Text Example


Text Example

White with #26255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26255E; }

 p { color: rgb(38,37,94); }

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

background-color css

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

 a { background-color: rgb(38,37,94); }

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

border-color css

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

 span { border-color: rgb(38,37,94); }

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