Html Css Color HEX #25005B Christalle

📋 copy color: '#25005B'

red 37 ◦ green 0 ◦ blue 91

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

Shades of Christalle #25005B

Tints of Christalle #25005B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 28.91%
G = 0%
B = 71.09%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25005B (or 0x25005B) is known color: Christalle. HEX triplet: 25, 00 and 5B. RGB value is (37,0,91). Sum of RGB (Red+Green+Blue) = 37+0+91=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 91 (35.94% from 255 or 71.09% from 128); Max value from RGB is 91 - color contains mainly: blue. Hex color #25005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25005B is #DAFFA4. Grayscale: #151515. Windows color (decimal): -14352293 or 5963813. OLE color: 5963813.

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

Color convert

RGB 37 0 91 -
CMYK 0.59 1 0 0.64
HSL 264.4º 1% 0.18% -
HSV(B) 264.4º 1% 0.36% -
XYZ 2.65 1.15 9.98 -
YUV 21.44 167.26 139.1 -
System Red Green Blue C M Y K H S L
Decimal 37 0 91 0.59 1 0 0.64 264.4 1 0.18
Hex 25 0 5B 3B 64 0 40 108 64 12
Octal 45 0 133 73 144 0 100 410 144 22
Binary 100101 0 1011011 111011 1100100 0 1000000 100001000 1100100 10010

Color Harmonies of #25005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25005B

Black with #25005B

Text Example


Text Example

White with #25005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,0,91); }

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

background-color css

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

 a { background-color: rgb(37,0,91); }

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

border-color css

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

 span { border-color: rgb(37,0,91); }

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