Html Css Color HEX #301257 Christalle

📋 copy color: '#301257'

red 48 ◦ green 18 ◦ blue 87

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

Shades of Christalle #301257

Tints of Christalle #301257

RGB

 RED value IS 48 (19.14% from 255) = 31.37%

 GREEN value IS 18 (7.42% from 255) = 11.76%

 BLUE value IS 87 (34.38% from 255) = 56.86%

R = 31.37%
G = 11.76%
B = 56.86%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#301257 (or 0x301257) is known color: Christalle. HEX triplet: 30, 12 and 57. RGB value is (48,18,87). Sum of RGB (Red+Green+Blue) = 48+18+87=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 87 (34.38% from 255 or 56.86% from 153); Max value from RGB is 87 - color contains mainly: blue. Hex color #301257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301257 is #CFEDA8. Grayscale: #222222. Windows color (decimal): -13626793 or 5706288. OLE color: 5706288.

HSL color Cylindrical-coordinate representation of color #301257: hue angle of 266.09º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #301257 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 18 87 -
CMYK 0.45 0.79 0 0.66
HSL 266.09º 0.66% 0.21% -
HSV(B) 266.09º 0.79% 0.34% -
XYZ 3.16 1.75 9.19 -
YUV 34.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 48 18 87 0.45 0.79 0 0.66 266.09 0.66 0.21
Hex 30 12 57 2D 4F 0 42 10A 42 15
Octal 60 22 127 55 117 0 102 412 102 25
Binary 110000 10010 1010111 101101 1001111 0 1000010 100001010 1000010 10101

Color Harmonies of #301257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301257

Black with #301257

Text Example


Text Example

White with #301257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301257; }

 p { color: rgb(48,18,87); }

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

background-color css

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

 a { background-color: rgb(48,18,87); }

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

border-color css

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

 span { border-color: rgb(48,18,87); }

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