Html Css Color HEX #1D1552 Paua

📋 copy color: '#1D1552'

red 29 ◦ green 21 ◦ blue 82

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

Shades of Paua #1D1552

Tints of Paua #1D1552

RGB

 RED value IS 29 (11.72% from 255) = 21.97%

 GREEN value IS 21 (8.59% from 255) = 15.91%

 BLUE value IS 82 (32.42% from 255) = 62.12%

R = 21.97%
G = 15.91%
B = 62.12%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1D1552 (or 0x1D1552) is known color: Paua. HEX triplet: 1D, 15 and 52. RGB value is (29,21,82). Sum of RGB (Red+Green+Blue) = 29+21+82=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 82 (32.42% from 255 or 62.12% from 132); Max value from RGB is 82 - color contains mainly: blue. Hex color #1D1552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1552 is #E2EAAD. Grayscale: #1E1E1E. Windows color (decimal): -14871214 or 5379357. OLE color: 5379357.

HSL color Cylindrical-coordinate representation of color #1D1552: hue angle of 247.87º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D1552 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 29 21 82 -
CMYK 0.65 0.74 0 0.68
HSL 247.87º 0.59% 0.2% -
HSV(B) 247.87º 0.74% 0.32% -
XYZ 2.3 1.41 8.13 -
YUV 30.35 157.15 127.04 -
System Red Green Blue C M Y K H S L
Decimal 29 21 82 0.65 0.74 0 0.68 247.87 0.59 0.2
Hex 1D 15 52 41 4A 0 44 F8 3B 14
Octal 35 25 122 101 112 0 104 370 73 24
Binary 11101 10101 1010010 1000001 1001010 0 1000100 11111000 111011 10100

Color Harmonies of #1D1552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1552

Black with #1D1552

Text Example


Text Example

White with #1D1552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,21,82); }

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

background-color css

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

 a { background-color: rgb(29,21,82); }

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

border-color css

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

 span { border-color: rgb(29,21,82); }

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