Html Css Color HEX #261C59 Paua

📋 copy color: '#261C59'

red 38 ◦ green 28 ◦ blue 89

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

Shades of Paua #261C59

Tints of Paua #261C59

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.06%

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

R = 24.52%
G = 18.06%
B = 57.42%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#261C59 (or 0x261C59) is known color: Paua. HEX triplet: 26, 1C and 59. RGB value is (38,28,89). Sum of RGB (Red+Green+Blue) = 38+28+89=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #261C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261C59 is #D9E3A6. Grayscale: #252525. Windows color (decimal): -14279591 or 5839910. OLE color: 5839910.

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

Color convert

RGB 38 28 89 -
CMYK 0.57 0.69 0 0.65
HSL 249.84º 0.52% 0.23% -
HSV(B) 249.84º 0.69% 0.35% -
XYZ 3.02 1.96 9.67 -
YUV 37.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 38 28 89 0.57 0.69 0 0.65 249.84 0.52 0.23
Hex 26 1C 59 39 45 0 41 FA 34 17
Octal 46 34 131 71 105 0 101 372 64 27
Binary 100110 11100 1011001 111001 1000101 0 1000001 11111010 110100 10111

Color Harmonies of #261C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261C59

Black with #261C59

Text Example


Text Example

White with #261C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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