Html Css Color HEX #300461 Christalle

📋 copy color: '#300461'

red 48 ◦ green 4 ◦ blue 97

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

Shades of Christalle #300461

Tints of Christalle #300461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.68%

 BLUE value IS 97 (38.28% from 255) = 65.1%

R = 32.21%
G = 2.68%
B = 65.1%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#300461 (or 0x300461) is known color: Christalle. HEX triplet: 30, 04 and 61. RGB value is (48,4,97). Sum of RGB (Red+Green+Blue) = 48+4+97=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 97 (38.28% from 255 or 65.10% from 149); Max value from RGB is 97 - color contains mainly: blue. Hex color #300461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300461 is #CFFB9E. Grayscale: #1B1B1B. Windows color (decimal): -13630367 or 6358064. OLE color: 6358064.

HSL color Cylindrical-coordinate representation of color #300461: hue angle of 268.39º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300461 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 4 97 -
CMYK 0.51 0.96 0 0.62
HSL 268.39º 0.92% 0.2% -
HSV(B) 268.39º 0.96% 0.38% -
XYZ 3.42 1.58 11.43 -
YUV 27.76 167.08 142.44 -
System Red Green Blue C M Y K H S L
Decimal 48 4 97 0.51 0.96 0 0.62 268.39 0.92 0.2
Hex 30 4 61 33 60 0 3E 10C 5C 14
Octal 60 4 141 63 140 0 76 414 134 24
Binary 110000 100 1100001 110011 1100000 0 111110 100001100 1011100 10100

Color Harmonies of #300461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300461

Black with #300461

Text Example


Text Example

White with #300461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300461; }

 p { color: rgb(48,4,97); }

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

background-color css

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

 a { background-color: rgb(48,4,97); }

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

border-color css

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

 span { border-color: rgb(48,4,97); }

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