Html Css Color HEX #302999 Dark Slate Blue

📋 copy color: '#302999'

red 48 ◦ green 41 ◦ blue 153

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

Shades of Dark Slate Blue #302999

Tints of Dark Slate Blue #302999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.94%

 BLUE value IS 153 (60.16% from 255) = 63.22%

R = 19.83%
G = 16.94%
B = 63.22%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#302999 (or 0x302999) is known color: Dark Slate Blue. HEX triplet: 30, 29 and 99. RGB value is (48,41,153). Sum of RGB (Red+Green+Blue) = 48+41+153=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #302999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302999 is #CFD666. Grayscale: #373737. Windows color (decimal): -13620839 or 10037552. OLE color: 10037552.

HSL color Cylindrical-coordinate representation of color #302999: hue angle of 243.75º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #302999 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 41 153 -
CMYK 0.69 0.73 0 0.4
HSL 243.75º 0.58% 0.38% -
HSV(B) 243.75º 0.73% 0.6% -
XYZ 7.76 4.51 30.6 -
YUV 55.86 182.82 122.39 -
System Red Green Blue C M Y K H S L
Decimal 48 41 153 0.69 0.73 0 0.4 243.75 0.58 0.38
Hex 30 29 99 45 49 0 28 F4 3A 26
Octal 60 51 231 105 111 0 50 364 72 46
Binary 110000 101001 10011001 1000101 1001001 0 101000 11110100 111010 100110

Color Harmonies of #302999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302999

Black with #302999

Text Example


Text Example

White with #302999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302999; }

 p { color: rgb(48,41,153); }

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

background-color css

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

 a { background-color: rgb(48,41,153); }

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

border-color css

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

 span { border-color: rgb(48,41,153); }

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