#250D5B

Color #250D5B Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #250D5B

Tints of Christalle #250D5B

Color information

#250D5B (or 0x250D5B) is unknown color: approx Christalle. HEX triplet: 25, 0D and 5B. RGB value is (37,13,91). Sum of RGB (Red+Green+Blue) = 37+13+91=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 91 (35.94% from 255 or 64.54% from 141); Max value from RGB is 91 - color contains mainly: blue. Hex color #250D5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D5B is #DAF2A4. Grayscale: #1C1C1C. Windows color (decimal): -14348965 or 5967141. OLE color: 5967141.

HSL color Cylindrical-coordinate representation of color #250D5B: hue angle of 258.46º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250D5B is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB371391-
CMYK0.590.8600.64
HSL258.46º75%20.39%-
HSV(B)258.46º85.71%35.69%-
XYZ2.81.4410.03-
YUV29.07162.95133.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.24%
GREEN value IS 13 (5.47% from 255) = 9.22%
BLUE value IS 91 (35.94% from 255) = 64.54%
R=26.24%
G=9.22%
B=64.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3713910.590.8600.64258.467520.39
Hex25D5B3B560401024b14
Octal451513373126010040211324
Binary10010111011011011111011101011001000000100000010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250D5B; }

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

 H1.HeaderClassName
 {
   color: #250D5B;
 }
 .AnyTagClassName
 {
   color: #250D5B;
 }
</style>
background-color css

<style>
 a { background-color: #250D5B; }

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

 div.DivClassName
 {
   background-color: #250D5B;
 }
 .BgClassName
 {
   background-color: #250D5B;
 }
</style>
border-color css

<style>
 span { border-color: #250D5B; }

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

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