Html Css Color HEX #30279A Dark Slate Blue

📋 copy color: '#30279A'

red 48 ◦ green 39 ◦ blue 154

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

Shades of Dark Slate Blue #30279A

Tints of Dark Slate Blue #30279A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 63.9%

R = 19.92%
G = 16.18%
B = 63.9%

CMYK

 C value IS 0.69

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#30279A (or 0x30279A) is known color: Dark Slate Blue. HEX triplet: 30, 27 and 9A. RGB value is (48,39,154). Sum of RGB (Red+Green+Blue) = 48+39+154=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #30279A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30279A is #CFD865. Grayscale: #363636. Windows color (decimal): -13621350 or 10102576. OLE color: 10102576.

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

Color convert

RGB 48 39 154 -
CMYK 0.69 0.75 0 0.40
HSL 244.7º 0.6% 0.38% -
HSV(B) 244.7º 0.75% 0.6% -
XYZ 7.78 4.41 31.01 -
YUV 54.8 183.98 123.15 -
System Red Green Blue C M Y K H S L
Decimal 48 39 154 0.69 0.75 0 0.40 244.7 0.6 0.38
Hex 30 27 9A 45 4B 0 28 F5 3C 26
Octal 60 47 232 105 113 0 50 365 74 46
Binary 110000 100111 10011010 1000101 1001011 0 101000 11110101 111100 100110

Color Harmonies of #30279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30279A

Black with #30279A

Text Example


Text Example

White with #30279A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30279A; }

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

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

background-color css

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

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

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

border-color css

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

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

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