Html Css Color HEX #261759 Paua

📋 copy color: '#261759'

red 38 ◦ green 23 ◦ blue 89

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

Shades of Paua #261759

Tints of Paua #261759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.33%

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

R = 25.33%
G = 15.33%
B = 59.33%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#261759 (or 0x261759) is known color: Paua. HEX triplet: 26, 17 and 59. RGB value is (38,23,89). Sum of RGB (Red+Green+Blue) = 38+23+89=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #261759 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261759 is #D9E8A6. Grayscale: #222222. Windows color (decimal): -14280871 or 5838630. OLE color: 5838630.

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

Color convert

RGB 38 23 89 -
CMYK 0.57 0.74 0 0.65
HSL 253.64º 0.59% 0.22% -
HSV(B) 253.64º 0.74% 0.35% -
XYZ 2.91 1.75 9.63 -
YUV 35.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 38 23 89 0.57 0.74 0 0.65 253.64 0.59 0.22
Hex 26 17 59 39 4A 0 41 FE 3B 16
Octal 46 27 131 71 112 0 101 376 73 26
Binary 100110 10111 1011001 111001 1001010 0 1000001 11111110 111011 10110

Color Harmonies of #261759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261759

Black with #261759

Text Example


Text Example

White with #261759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261759; }

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

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

background-color css

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

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

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

border-color css

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

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

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