Html Css Color HEX #25215D Paua

📋 copy color: '#25215D'

red 37 ◦ green 33 ◦ blue 93

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

Shades of Paua #25215D

Tints of Paua #25215D

RGB

 RED value IS 37 (14.84% from 255) = 22.7%

 GREEN value IS 33 (13.28% from 255) = 20.25%

 BLUE value IS 93 (36.72% from 255) = 57.06%

R = 22.7%
G = 20.25%
B = 57.06%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25215D (or 0x25215D) is known color: Paua. HEX triplet: 25, 21 and 5D. RGB value is (37,33,93). Sum of RGB (Red+Green+Blue) = 37+33+93=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #25215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25215D is #DADEA2. Grayscale: #282828. Windows color (decimal): -14343843 or 6103333. OLE color: 6103333.

HSL color Cylindrical-coordinate representation of color #25215D: hue angle of 244º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25215D is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 33 93 -
CMYK 0.60 0.65 0 0.64
HSL 244º 0.48% 0.25% -
HSV(B) 244º 0.65% 0.36% -
XYZ 3.28 2.27 10.62 -
YUV 41.04 157.33 125.12 -
System Red Green Blue C M Y K H S L
Decimal 37 33 93 0.60 0.65 0 0.64 244 0.48 0.25
Hex 25 21 5D 3C 41 0 40 F4 30 19
Octal 45 41 135 74 101 0 100 364 60 31
Binary 100101 100001 1011101 111100 1000001 0 1000000 11110100 110000 11001

Color Harmonies of #25215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25215D

Black with #25215D

Text Example


Text Example

White with #25215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25215D; }

 p { color: rgb(37,33,93); }

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

background-color css

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

 a { background-color: rgb(37,33,93); }

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

border-color css

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

 span { border-color: rgb(37,33,93); }

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