Html Css Color HEX #261F59 Paua

📋 copy color: '#261F59'

red 38 ◦ green 31 ◦ blue 89

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

Shades of Paua #261F59

Tints of Paua #261F59

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.62%

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

R = 24.05%
G = 19.62%
B = 56.33%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#261F59 (or 0x261F59) is known color: Paua. HEX triplet: 26, 1F and 59. RGB value is (38,31,89). Sum of RGB (Red+Green+Blue) = 38+31+89=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #261F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261F59 is #D9E0A6. Grayscale: #272727. Windows color (decimal): -14278823 or 5840678. OLE color: 5840678.

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

Color convert

RGB 38 31 89 -
CMYK 0.57 0.65 0 0.65
HSL 247.24º 0.48% 0.24% -
HSV(B) 247.24º 0.65% 0.35% -
XYZ 3.09 2.11 9.7 -
YUV 39.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 38 31 89 0.57 0.65 0 0.65 247.24 0.48 0.24
Hex 26 1F 59 39 41 0 41 F7 30 18
Octal 46 37 131 71 101 0 101 367 60 30
Binary 100110 11111 1011001 111001 1000001 0 1000001 11110111 110000 11000

Color Harmonies of #261F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261F59

Black with #261F59

Text Example


Text Example

White with #261F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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