Html Css Color HEX #25055D Christalle

📋 copy color: '#25055D'

red 37 ◦ green 5 ◦ blue 93

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

Shades of Christalle #25055D

Tints of Christalle #25055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.7%

 BLUE value IS 93 (36.72% from 255) = 68.89%

R = 27.41%
G = 3.7%
B = 68.89%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25055D (or 0x25055D) is known color: Christalle. HEX triplet: 25, 05 and 5D. RGB value is (37,5,93). Sum of RGB (Red+Green+Blue) = 37+5+93=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 93 (36.72% from 255 or 68.89% from 135); Max value from RGB is 93 - color contains mainly: blue. Hex color #25055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25055D is #DAFAA2. Grayscale: #181818. Windows color (decimal): -14351011 or 6096165. OLE color: 6096165.

HSL color Cylindrical-coordinate representation of color #25055D: hue angle of 261.82º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25055D is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 5 93 -
CMYK 0.60 0.95 0 0.64
HSL 261.82º 0.9% 0.19% -
HSV(B) 261.82º 0.95% 0.36% -
XYZ 2.79 1.29 10.46 -
YUV 24.6 166.6 136.84 -
System Red Green Blue C M Y K H S L
Decimal 37 5 93 0.60 0.95 0 0.64 261.82 0.9 0.19
Hex 25 5 5D 3C 5F 0 40 106 5A 13
Octal 45 5 135 74 137 0 100 406 132 23
Binary 100101 101 1011101 111100 1011111 0 1000000 100000110 1011010 10011

Color Harmonies of #25055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25055D

Black with #25055D

Text Example


Text Example

White with #25055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25055D; }

 p { color: rgb(37,5,93); }

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

background-color css

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

 a { background-color: rgb(37,5,93); }

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

border-color css

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

 span { border-color: rgb(37,5,93); }

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