#1E1D4A

Color #1E1D4A Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #1E1D4A

Tints of Paua #1E1D4A

Color information

#1E1D4A (or 0x1E1D4A) is unknown color: approx Paua. HEX triplet: 1E, 1D and 4A. RGB value is (30,29,74). Sum of RGB (Red+Green+Blue) = 30+29+74=133 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.56% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 74 (29.30% from 255 or 55.64% from 133); Max value from RGB is 74 - color contains mainly: blue. Hex color #1E1D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1D4A is #E1E2B5. Grayscale: #222222. Windows color (decimal): -14803638 or 4857118. OLE color: 4857118.

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

Color convert

RGB302974-
CMYK0.590.6100.71
HSL241.33º43.69%20.2%-
HSV(B)241.33º60.81%29.02%-
XYZ2.211.656.68-
YUV34.43150.33124.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.56%
GREEN value IS 29 (11.72% from 255) = 21.80%
BLUE value IS 74 (29.30% from 255) = 55.64%
R=22.56%
G=21.80%
B=55.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3029740.590.6100.71241.3343.6920.2
Hex1E1D4A3B3D047f12c14
Octal3635112737501073615424
Binary11110111011001010111011111101010001111111000110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E1D4A; }

 p { color: rgb(30,29,74); }

 H1.HeaderClassName
 {
   color: #1E1D4A;
 }
 .AnyTagClassName
 {
   color: #1E1D4A;
 }
</style>
background-color css

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

 a { background-color: rgb(30,29,74); }

 div.DivClassName
 {
   background-color: #1E1D4A;
 }
 .BgClassName
 {
   background-color: #1E1D4A;
 }
</style>
border-color css

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

 span { border-color: rgb(30,29,74); }

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