Html Css Color HEX #250159 Christalle

📋 copy color: '#250159'

red 37 ◦ green 1 ◦ blue 89

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

Shades of Christalle #250159

Tints of Christalle #250159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.79%

 BLUE value IS 89 (35.16% from 255) = 70.08%

R = 29.13%
G = 0.79%
B = 70.08%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#250159 (or 0x250159) is known color: Christalle. HEX triplet: 25, 01 and 59. RGB value is (37,1,89). Sum of RGB (Red+Green+Blue) = 37+1+89=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 89 (35.16% from 255 or 70.08% from 127); Max value from RGB is 89 - color contains mainly: blue. Hex color #250159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250159 is #DAFEA6. Grayscale: #151515. Windows color (decimal): -14352039 or 5832997. OLE color: 5832997.

HSL color Cylindrical-coordinate representation of color #250159: hue angle of 264.55º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250159 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 1 89 -
CMYK 0.58 0.99 0 0.65
HSL 264.55º 0.98% 0.18% -
HSV(B) 264.55º 0.99% 0.35% -
XYZ 2.58 1.14 9.53 -
YUV 21.8 165.93 138.84 -
System Red Green Blue C M Y K H S L
Decimal 37 1 89 0.58 0.99 0 0.65 264.55 0.98 0.18
Hex 25 1 59 3A 63 0 41 109 62 12
Octal 45 1 131 72 143 0 101 411 142 22
Binary 100101 1 1011001 111010 1100011 0 1000001 100001001 1100010 10010

Color Harmonies of #250159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250159

Black with #250159

Text Example


Text Example

White with #250159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250159; }

 p { color: rgb(37,1,89); }

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

background-color css

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

 a { background-color: rgb(37,1,89); }

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

border-color css

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

 span { border-color: rgb(37,1,89); }

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