Html Css Color HEX #30259A Dark Slate Blue

📋 copy color: '#30259A'

red 48 ◦ green 37 ◦ blue 154

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

Shades of Dark Slate Blue #30259A

Tints of Dark Slate Blue #30259A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.48%

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

R = 20.08%
G = 15.48%
B = 64.44%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#30259A (or 0x30259A) is known color: Dark Slate Blue. HEX triplet: 30, 25 and 9A. RGB value is (48,37,154). Sum of RGB (Red+Green+Blue) = 48+37+154=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 154 (60.55% from 255 or 64.44% from 239); Max value from RGB is 154 - color contains mainly: blue. Hex color #30259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30259A is #CFDA65. Grayscale: #353535. Windows color (decimal): -13621862 or 10102064. OLE color: 10102064.

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

Color convert

RGB 48 37 154 -
CMYK 0.69 0.76 0 0.40
HSL 245.64º 0.61% 0.37% -
HSV(B) 245.64º 0.76% 0.6% -
XYZ 7.71 4.28 30.99 -
YUV 53.63 184.64 123.99 -
System Red Green Blue C M Y K H S L
Decimal 48 37 154 0.69 0.76 0 0.40 245.64 0.61 0.37
Hex 30 25 9A 45 4C 0 28 F6 3D 25
Octal 60 45 232 105 114 0 50 366 75 45
Binary 110000 100101 10011010 1000101 1001100 0 101000 11110110 111101 100101

Color Harmonies of #30259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30259A

Black with #30259A

Text Example


Text Example

White with #30259A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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