Html Css Color HEX #25025B Christalle

📋 copy color: '#25025B'

red 37 ◦ green 2 ◦ blue 91

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

Shades of Christalle #25025B

Tints of Christalle #25025B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.54%

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

R = 28.46%
G = 1.54%
B = 70%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25025B (or 0x25025B) is known color: Christalle. HEX triplet: 25, 02 and 5B. RGB value is (37,2,91). Sum of RGB (Red+Green+Blue) = 37+2+91=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #25025B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25025B is #DAFDA4. Grayscale: #161616. Windows color (decimal): -14351781 or 5964325. OLE color: 5964325.

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

Color convert

RGB 37 2 91 -
CMYK 0.59 0.98 0 0.64
HSL 263.6º 0.96% 0.18% -
HSV(B) 263.6º 0.98% 0.36% -
XYZ 2.67 1.19 9.99 -
YUV 22.61 166.6 138.26 -
System Red Green Blue C M Y K H S L
Decimal 37 2 91 0.59 0.98 0 0.64 263.6 0.96 0.18
Hex 25 2 5B 3B 62 0 40 108 60 12
Octal 45 2 133 73 142 0 100 410 140 22
Binary 100101 10 1011011 111011 1100010 0 1000000 100001000 1100000 10010

Color Harmonies of #25025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25025B

Black with #25025B

Text Example


Text Example

White with #25025B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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