Html Css Color HEX #302991 Dark Slate Blue

📋 copy color: '#302991'

red 48 ◦ green 41 ◦ blue 145

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

Shades of Dark Slate Blue #302991

Tints of Dark Slate Blue #302991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 61.97%

R = 20.51%
G = 17.52%
B = 61.97%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#302991 (or 0x302991) is known color: Dark Slate Blue. HEX triplet: 30, 29 and 91. RGB value is (48,41,145). Sum of RGB (Red+Green+Blue) = 48+41+145=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #302991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302991 is #CFD66E. Grayscale: #363636. Windows color (decimal): -13620847 or 9513264. OLE color: 9513264.

HSL color Cylindrical-coordinate representation of color #302991: hue angle of 244.04º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #302991 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 41 145 -
CMYK 0.67 0.72 0 0.43
HSL 244.04º 0.56% 0.36% -
HSV(B) 244.04º 0.72% 0.57% -
XYZ 7.12 4.26 27.23 -
YUV 54.95 178.82 123.04 -
System Red Green Blue C M Y K H S L
Decimal 48 41 145 0.67 0.72 0 0.43 244.04 0.56 0.36
Hex 30 29 91 43 48 0 2B F4 38 24
Octal 60 51 221 103 110 0 53 364 70 44
Binary 110000 101001 10010001 1000011 1001000 0 101011 11110100 111000 100100

Color Harmonies of #302991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302991

Black with #302991

Text Example


Text Example

White with #302991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302991; }

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

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

background-color css

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

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

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

border-color css

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

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

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