Html Css Color HEX #25215A Paua

📋 copy color: '#25215A'

red 37 ◦ green 33 ◦ blue 90

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

Shades of Paua #25215A

Tints of Paua #25215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 56.25%

R = 23.13%
G = 20.63%
B = 56.25%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25215A (or 0x25215A) is known color: Paua. HEX triplet: 25, 21 and 5A. RGB value is (37,33,90). Sum of RGB (Red+Green+Blue) = 37+33+90=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #25215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25215A is #DADEA5. Grayscale: #282828. Windows color (decimal): -14343846 or 5906725. OLE color: 5906725.

HSL color Cylindrical-coordinate representation of color #25215A: hue angle of 244.21º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #25215A is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 33 90 -
CMYK 0.59 0.63 0 0.65
HSL 244.21º 0.46% 0.24% -
HSV(B) 244.21º 0.63% 0.35% -
XYZ 3.15 2.22 9.94 -
YUV 40.69 155.83 125.37 -
System Red Green Blue C M Y K H S L
Decimal 37 33 90 0.59 0.63 0 0.65 244.21 0.46 0.24
Hex 25 21 5A 3B 3F 0 41 F4 2E 18
Octal 45 41 132 73 77 0 101 364 56 30
Binary 100101 100001 1011010 111011 111111 0 1000001 11110100 101110 11000

Color Harmonies of #25215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25215A

Black with #25215A

Text Example


Text Example

White with #25215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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