Html Css Color HEX #171041 Paua

📋 copy color: '#171041'

red 23 ◦ green 16 ◦ blue 65

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

Shades of Paua #171041

Tints of Paua #171041

RGB

 RED value IS 23 (9.38% from 255) = 22.12%

 GREEN value IS 16 (6.64% from 255) = 15.38%

 BLUE value IS 65 (25.78% from 255) = 62.5%

R = 22.12%
G = 15.38%
B = 62.5%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#171041 (or 0x171041) is known color: Paua. HEX triplet: 17, 10 and 41. RGB value is (23,16,65). Sum of RGB (Red+Green+Blue) = 23+16+65=104 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.12% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 65 (25.78% from 255 or 62.5% from 104); Max value from RGB is 65 - color contains mainly: blue. Hex color #171041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171041 is #E8EFBE. Grayscale: #171717. Windows color (decimal): -15265727 or 4263959. OLE color: 4263959.

HSL color Cylindrical-coordinate representation of color #171041: hue angle of 248.57º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #171041 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 16 65 -
CMYK 0.65 0.75 0 0.75
HSL 248.57º 0.6% 0.16% -
HSV(B) 248.57º 0.75% 0.25% -
XYZ 1.49 0.93 5.1 -
YUV 23.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 23 16 65 0.65 0.75 0 0.75 248.57 0.6 0.16
Hex 17 10 41 41 4B 0 4B F9 3C 10
Octal 27 20 101 101 113 0 113 371 74 20
Binary 10111 10000 1000001 1000001 1001011 0 1001011 11111001 111100 10000

Color Harmonies of #171041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171041

Black with #171041

Text Example


Text Example

White with #171041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171041; }

 p { color: rgb(23,16,65); }

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

background-color css

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

 a { background-color: rgb(23,16,65); }

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

border-color css

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

 span { border-color: rgb(23,16,65); }

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