Html Css Color HEX #261E49 Paua

📋 copy color: '#261E49'

red 38 ◦ green 30 ◦ blue 73

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

Shades of Paua #261E49

Tints of Paua #261E49

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.28%

 BLUE value IS 73 (28.91% from 255) = 51.77%

R = 26.95%
G = 21.28%
B = 51.77%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#261E49 (or 0x261E49) is known color: Paua. HEX triplet: 26, 1E and 49. RGB value is (38,30,73). Sum of RGB (Red+Green+Blue) = 38+30+73=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #261E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261E49 is #D9E1B6. Grayscale: #252525. Windows color (decimal): -14279095 or 4791846. OLE color: 4791846.

HSL color Cylindrical-coordinate representation of color #261E49: hue angle of 251.16º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #261E49 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 38 30 73 -
CMYK 0.48 0.59 0 0.71
HSL 251.16º 0.42% 0.2% -
HSV(B) 251.16º 0.59% 0.29% -
XYZ 2.47 1.82 6.52 -
YUV 37.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 38 30 73 0.48 0.59 0 0.71 251.16 0.42 0.2
Hex 26 1E 49 30 3B 0 47 FB 2A 14
Octal 46 36 111 60 73 0 107 373 52 24
Binary 100110 11110 1001001 110000 111011 0 1000111 11111011 101010 10100

Color Harmonies of #261E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261E49

Black with #261E49

Text Example


Text Example

White with #261E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,30,73); }

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

background-color css

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

 a { background-color: rgb(38,30,73); }

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

border-color css

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

 span { border-color: rgb(38,30,73); }

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