Html Css Color HEX #33259A Dark Slate Blue

📋 copy color: '#33259A'

red 51 ◦ green 37 ◦ blue 154

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

Shades of Dark Slate Blue #33259A

Tints of Dark Slate Blue #33259A

RGB

 RED value IS 51 (20.31% from 255) = 21.07%

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

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

R = 21.07%
G = 15.29%
B = 63.64%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#33259A (or 0x33259A) is known color: Dark Slate Blue. HEX triplet: 33, 25 and 9A. RGB value is (51,37,154). Sum of RGB (Red+Green+Blue) = 51+37+154=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #33259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33259A is #CCDA65. Grayscale: #363636. Windows color (decimal): -13425254 or 10102067. OLE color: 10102067.

HSL color Cylindrical-coordinate representation of color #33259A: hue angle of 247.18º 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 #33259A is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 37 154 -
CMYK 0.67 0.76 0 0.40
HSL 247.18º 0.61% 0.37% -
HSV(B) 247.18º 0.76% 0.6% -
XYZ 7.86 4.36 31 -
YUV 54.52 184.14 125.49 -
System Red Green Blue C M Y K H S L
Decimal 51 37 154 0.67 0.76 0 0.40 247.18 0.61 0.37
Hex 33 25 9A 43 4C 0 28 F7 3D 25
Octal 63 45 232 103 114 0 50 367 75 45
Binary 110011 100101 10011010 1000011 1001100 0 101000 11110111 111101 100101

Color Harmonies of #33259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33259A

Black with #33259A

Text Example


Text Example

White with #33259A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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