Html Css Color HEX #300662 Christalle

📋 copy color: '#300662'

red 48 ◦ green 6 ◦ blue 98

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

Shades of Christalle #300662

Tints of Christalle #300662

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.95%

 BLUE value IS 98 (38.67% from 255) = 64.47%

R = 31.58%
G = 3.95%
B = 64.47%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#300662 (or 0x300662) is known color: Christalle. HEX triplet: 30, 06 and 62. RGB value is (48,6,98). Sum of RGB (Red+Green+Blue) = 48+6+98=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 98 (38.67% from 255 or 64.47% from 152); Max value from RGB is 98 - color contains mainly: blue. Hex color #300662 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300662 is #CFF99D. Grayscale: #1C1C1C. Windows color (decimal): -13629854 or 6424112. OLE color: 6424112.

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

Color convert

RGB 48 6 98 -
CMYK 0.51 0.94 0 0.62
HSL 267.39º 0.88% 0.2% -
HSV(B) 267.39º 0.94% 0.38% -
XYZ 3.49 1.64 11.69 -
YUV 29.05 166.91 141.52 -
System Red Green Blue C M Y K H S L
Decimal 48 6 98 0.51 0.94 0 0.62 267.39 0.88 0.2
Hex 30 6 62 33 5E 0 3E 10B 58 14
Octal 60 6 142 63 136 0 76 413 130 24
Binary 110000 110 1100010 110011 1011110 0 111110 100001011 1011000 10100

Color Harmonies of #300662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300662

Black with #300662

Text Example


Text Example

White with #300662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300662; }

 p { color: rgb(48,6,98); }

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

background-color css

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

 a { background-color: rgb(48,6,98); }

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

border-color css

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

 span { border-color: rgb(48,6,98); }

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