Html Css Color HEX #21115B Paua

📋 copy color: '#21115B'

red 33 ◦ green 17 ◦ blue 91

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

Shades of Paua #21115B

Tints of Paua #21115B

RGB

 RED value IS 33 (13.28% from 255) = 23.4%

 GREEN value IS 17 (7.03% from 255) = 12.06%

 BLUE value IS 91 (35.94% from 255) = 64.54%

R = 23.4%
G = 12.06%
B = 64.54%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21115B (or 0x21115B) is known color: Paua. HEX triplet: 21, 11 and 5B. RGB value is (33,17,91). Sum of RGB (Red+Green+Blue) = 33+17+91=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 91 (35.94% from 255 or 64.54% from 141); Max value from RGB is 91 - color contains mainly: blue. Hex color #21115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21115B is #DEEEA4. Grayscale: #1D1D1D. Windows color (decimal): -14610085 or 5968161. OLE color: 5968161.

HSL color Cylindrical-coordinate representation of color #21115B: hue angle of 252.97º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21115B is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 17 91 -
CMYK 0.64 0.81 0 0.64
HSL 252.97º 0.69% 0.21% -
HSV(B) 252.97º 0.81% 0.36% -
XYZ 2.72 1.48 10.04 -
YUV 30.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 33 17 91 0.64 0.81 0 0.64 252.97 0.69 0.21
Hex 21 11 5B 40 51 0 40 FD 45 15
Octal 41 21 133 100 121 0 100 375 105 25
Binary 100001 10001 1011011 1000000 1010001 0 1000000 11111101 1000101 10101

Color Harmonies of #21115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21115B

Black with #21115B

Text Example


Text Example

White with #21115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21115B; }

 p { color: rgb(33,17,91); }

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

background-color css

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

 a { background-color: rgb(33,17,91); }

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

border-color css

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

 span { border-color: rgb(33,17,91); }

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