Html Css Color HEX #25215C Paua

📋 copy color: '#25215C'

red 37 ◦ green 33 ◦ blue 92

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

Shades of Paua #25215C

Tints of Paua #25215C

RGB

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

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

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

R = 22.84%
G = 20.37%
B = 56.79%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25215C (or 0x25215C) is known color: Paua. HEX triplet: 25, 21 and 5C. RGB value is (37,33,92). Sum of RGB (Red+Green+Blue) = 37+33+92=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #25215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25215C is #DADEA3. Grayscale: #282828. Windows color (decimal): -14343844 or 6037797. OLE color: 6037797.

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

Color convert

RGB 37 33 92 -
CMYK 0.60 0.64 0 0.64
HSL 244.07º 0.47% 0.25% -
HSV(B) 244.07º 0.64% 0.36% -
XYZ 3.24 2.25 10.39 -
YUV 40.92 156.83 125.2 -
System Red Green Blue C M Y K H S L
Decimal 37 33 92 0.60 0.64 0 0.64 244.07 0.47 0.25
Hex 25 21 5C 3C 40 0 40 F4 2F 19
Octal 45 41 134 74 100 0 100 364 57 31
Binary 100101 100001 1011100 111100 1000000 0 1000000 11110100 101111 11001

Color Harmonies of #25215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25215C

Black with #25215C

Text Example


Text Example

White with #25215C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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