Html Css Color HEX #201C41 Paua

📋 copy color: '#201C41'

red 32 ◦ green 28 ◦ blue 65

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

Shades of Paua #201C41

Tints of Paua #201C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.4%

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

R = 25.6%
G = 22.4%
B = 52%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#201C41 (or 0x201C41) is known color: Paua. HEX triplet: 20, 1C and 41. RGB value is (32,28,65). Sum of RGB (Red+Green+Blue) = 32+28+65=125 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.6% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #201C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201C41 is #DFE3BE. Grayscale: #212121. Windows color (decimal): -14672831 or 4267040. OLE color: 4267040.

HSL color Cylindrical-coordinate representation of color #201C41: hue angle of 246.49º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #201C41 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 32 28 65 -
CMYK 0.51 0.57 0 0.75
HSL 246.49º 0.4% 0.18% -
HSV(B) 246.49º 0.57% 0.25% -
XYZ 1.97 1.52 5.19 -
YUV 33.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 32 28 65 0.51 0.57 0 0.75 246.49 0.4 0.18
Hex 20 1C 41 33 39 0 4B F6 28 12
Octal 40 34 101 63 71 0 113 366 50 22
Binary 100000 11100 1000001 110011 111001 0 1001011 11110110 101000 10010

Color Harmonies of #201C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201C41

Black with #201C41

Text Example


Text Example

White with #201C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201C41; }

 p { color: rgb(32,28,65); }

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

background-color css

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

 a { background-color: rgb(32,28,65); }

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

border-color css

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

 span { border-color: rgb(32,28,65); }

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