Html Css Color HEX #201958 Paua

📋 copy color: '#201958'

red 32 ◦ green 25 ◦ blue 88

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

Shades of Paua #201958

Tints of Paua #201958

RGB

 RED value IS 32 (12.89% from 255) = 22.07%

 GREEN value IS 25 (10.16% from 255) = 17.24%

 BLUE value IS 88 (34.77% from 255) = 60.69%

R = 22.07%
G = 17.24%
B = 60.69%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#201958 (or 0x201958) is known color: Paua. HEX triplet: 20, 19 and 58. RGB value is (32,25,88). Sum of RGB (Red+Green+Blue) = 32+25+88=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 88 (34.77% from 255 or 60.69% from 145); Max value from RGB is 88 - color contains mainly: blue. Hex color #201958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201958 is #DFE6A7. Grayscale: #222222. Windows color (decimal): -14673576 or 5773600. OLE color: 5773600.

HSL color Cylindrical-coordinate representation of color #201958: hue angle of 246.67º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #201958 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 25 88 -
CMYK 0.64 0.72 0 0.65
HSL 246.67º 0.56% 0.22% -
HSV(B) 246.67º 0.72% 0.35% -
XYZ 2.7 1.71 9.42 -
YUV 34.28 158.32 126.38 -
System Red Green Blue C M Y K H S L
Decimal 32 25 88 0.64 0.72 0 0.65 246.67 0.56 0.22
Hex 20 19 58 40 48 0 41 F7 38 16
Octal 40 31 130 100 110 0 101 367 70 26
Binary 100000 11001 1011000 1000000 1001000 0 1000001 11110111 111000 10110

Color Harmonies of #201958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201958

Black with #201958

Text Example


Text Example

White with #201958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201958; }

 p { color: rgb(32,25,88); }

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

background-color css

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

 a { background-color: rgb(32,25,88); }

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

border-color css

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

 span { border-color: rgb(32,25,88); }

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