Html Css Color HEX #30278D Dark Slate Blue

📋 copy color: '#30278D'

red 48 ◦ green 39 ◦ blue 141

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

Shades of Dark Slate Blue #30278D

Tints of Dark Slate Blue #30278D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.11%

 BLUE value IS 141 (55.47% from 255) = 61.84%

R = 21.05%
G = 17.11%
B = 61.84%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30278D (or 0x30278D) is known color: Dark Slate Blue. HEX triplet: 30, 27 and 8D. RGB value is (48,39,141). Sum of RGB (Red+Green+Blue) = 48+39+141=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #30278D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30278D is #CFD872. Grayscale: #343434. Windows color (decimal): -13621363 or 9250608. OLE color: 9250608.

HSL color Cylindrical-coordinate representation of color #30278D: hue angle of 245.29º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30278D is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 39 141 -
CMYK 0.66 0.72 0 0.45
HSL 245.29º 0.57% 0.35% -
HSV(B) 245.29º 0.72% 0.55% -
XYZ 6.75 4 25.62 -
YUV 53.32 177.48 124.21 -
System Red Green Blue C M Y K H S L
Decimal 48 39 141 0.66 0.72 0 0.45 245.29 0.57 0.35
Hex 30 27 8D 42 48 0 2D F5 39 23
Octal 60 47 215 102 110 0 55 365 71 43
Binary 110000 100111 10001101 1000010 1001000 0 101101 11110101 111001 100011

Color Harmonies of #30278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30278D

Black with #30278D

Text Example


Text Example

White with #30278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30278D; }

 p { color: rgb(48,39,141); }

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

background-color css

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

 a { background-color: rgb(48,39,141); }

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

border-color css

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

 span { border-color: rgb(48,39,141); }

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