Html Css Color HEX #261459 Paua

📋 copy color: '#261459'

red 38 ◦ green 20 ◦ blue 89

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

Shades of Paua #261459

Tints of Paua #261459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.61%

 BLUE value IS 89 (35.16% from 255) = 60.54%

R = 25.85%
G = 13.61%
B = 60.54%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#261459 (or 0x261459) is known color: Paua. HEX triplet: 26, 14 and 59. RGB value is (38,20,89). Sum of RGB (Red+Green+Blue) = 38+20+89=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #261459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261459 is #D9EBA6. Grayscale: #202020. Windows color (decimal): -14281639 or 5837862. OLE color: 5837862.

HSL color Cylindrical-coordinate representation of color #261459: hue angle of 255.65º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #261459 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 20 89 -
CMYK 0.57 0.78 0 0.65
HSL 255.65º 0.63% 0.21% -
HSV(B) 255.65º 0.78% 0.35% -
XYZ 2.85 1.63 9.62 -
YUV 33.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 38 20 89 0.57 0.78 0 0.65 255.65 0.63 0.21
Hex 26 14 59 39 4E 0 41 100 3F 15
Octal 46 24 131 71 116 0 101 400 77 25
Binary 100110 10100 1011001 111001 1001110 0 1000001 100000000 111111 10101

Color Harmonies of #261459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261459

Black with #261459

Text Example


Text Example

White with #261459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261459; }

 p { color: rgb(38,20,89); }

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

background-color css

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

 a { background-color: rgb(38,20,89); }

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

border-color css

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

 span { border-color: rgb(38,20,89); }

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