Html Css Color HEX #21155B Paua

📋 copy color: '#21155B'

red 33 ◦ green 21 ◦ blue 91

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

Shades of Paua #21155B

Tints of Paua #21155B

RGB

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

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

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

R = 22.76%
G = 14.48%
B = 62.76%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21155B (or 0x21155B) is known color: Paua. HEX triplet: 21, 15 and 5B. RGB value is (33,21,91). Sum of RGB (Red+Green+Blue) = 33+21+91=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #21155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21155B is #DEEAA4. Grayscale: #202020. Windows color (decimal): -14609061 or 5969185. OLE color: 5969185.

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

Color convert

RGB 33 21 91 -
CMYK 0.64 0.77 0 0.64
HSL 250.29º 0.63% 0.22% -
HSV(B) 250.29º 0.77% 0.36% -
XYZ 2.78 1.61 10.06 -
YUV 32.57 160.98 128.31 -
System Red Green Blue C M Y K H S L
Decimal 33 21 91 0.64 0.77 0 0.64 250.29 0.63 0.22
Hex 21 15 5B 40 4D 0 40 FA 3E 16
Octal 41 25 133 100 115 0 100 372 76 26
Binary 100001 10101 1011011 1000000 1001101 0 1000000 11111010 111110 10110

Color Harmonies of #21155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21155B

Black with #21155B

Text Example


Text Example

White with #21155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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