Html Css Color HEX #21135C Paua

📋 copy color: '#21135C'

red 33 ◦ green 19 ◦ blue 92

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

Shades of Paua #21135C

Tints of Paua #21135C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.19%

 BLUE value IS 92 (36.33% from 255) = 63.89%

R = 22.92%
G = 13.19%
B = 63.89%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21135C (or 0x21135C) is known color: Paua. HEX triplet: 21, 13 and 5C. RGB value is (33,19,92). Sum of RGB (Red+Green+Blue) = 33+19+92=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #21135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21135C is #DEECA3. Grayscale: #1F1F1F. Windows color (decimal): -14609572 or 6034209. OLE color: 6034209.

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

Color convert

RGB 33 19 92 -
CMYK 0.64 0.79 0 0.64
HSL 251.51º 0.66% 0.22% -
HSV(B) 251.51º 0.79% 0.36% -
XYZ 2.79 1.56 10.28 -
YUV 31.51 162.14 129.06 -
System Red Green Blue C M Y K H S L
Decimal 33 19 92 0.64 0.79 0 0.64 251.51 0.66 0.22
Hex 21 13 5C 40 4F 0 40 FC 42 16
Octal 41 23 134 100 117 0 100 374 102 26
Binary 100001 10011 1011100 1000000 1001111 0 1000000 11111100 1000010 10110

Color Harmonies of #21135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21135C

Black with #21135C

Text Example


Text Example

White with #21135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21135C; }

 p { color: rgb(33,19,92); }

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

background-color css

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

 a { background-color: rgb(33,19,92); }

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

border-color css

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

 span { border-color: rgb(33,19,92); }

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