Html Css Color HEX #310258 Christalle

📋 copy color: '#310258'

red 49 ◦ green 2 ◦ blue 88

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

Shades of Christalle #310258

Tints of Christalle #310258

RGB

 RED value IS 49 (19.53% from 255) = 35.25%

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

 BLUE value IS 88 (34.77% from 255) = 63.31%

R = 35.25%
G = 1.44%
B = 63.31%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#310258 (or 0x310258) is known color: Christalle. HEX triplet: 31, 02 and 58. RGB value is (49,2,88). Sum of RGB (Red+Green+Blue) = 49+2+88=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 88 (34.77% from 255 or 63.31% from 139); Max value from RGB is 88 - color contains mainly: blue. Hex color #310258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310258 is #CEFDA7. Grayscale: #191919. Windows color (decimal): -13565352 or 5767729. OLE color: 5767729.

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

Color convert

RGB 49 2 88 -
CMYK 0.44 0.98 0 0.65
HSL 272.79º 0.96% 0.18% -
HSV(B) 272.79º 0.98% 0.35% -
XYZ 3.05 1.4 9.34 -
YUV 25.86 163.07 144.51 -
System Red Green Blue C M Y K H S L
Decimal 49 2 88 0.44 0.98 0 0.65 272.79 0.96 0.18
Hex 31 2 58 2C 62 0 41 111 60 12
Octal 61 2 130 54 142 0 101 421 140 22
Binary 110001 10 1011000 101100 1100010 0 1000001 100010001 1100000 10010

Color Harmonies of #310258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310258

Black with #310258

Text Example


Text Example

White with #310258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310258; }

 p { color: rgb(49,2,88); }

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

background-color css

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

 a { background-color: rgb(49,2,88); }

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

border-color css

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

 span { border-color: rgb(49,2,88); }

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