Html Css Color HEX #33259F Dark Slate Blue

📋 copy color: '#33259F'

red 51 ◦ green 37 ◦ blue 159

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

Shades of Dark Slate Blue #33259F

Tints of Dark Slate Blue #33259F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.37%

R = 20.65%
G = 14.98%
B = 64.37%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33259F (or 0x33259F) is known color: Dark Slate Blue. HEX triplet: 33, 25 and 9F. RGB value is (51,37,159). Sum of RGB (Red+Green+Blue) = 51+37+159=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #33259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33259F is #CCDA60. Grayscale: #363636. Windows color (decimal): -13425249 or 10429747. OLE color: 10429747.

HSL color Cylindrical-coordinate representation of color #33259F: hue angle of 246.89º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33259F is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 37 159 -
CMYK 0.68 0.77 0 0.38
HSL 246.89º 0.62% 0.38% -
HSV(B) 246.89º 0.77% 0.62% -
XYZ 8.28 4.53 33.24 -
YUV 55.09 186.64 125.08 -
System Red Green Blue C M Y K H S L
Decimal 51 37 159 0.68 0.77 0 0.38 246.89 0.62 0.38
Hex 33 25 9F 44 4D 0 26 F7 3E 26
Octal 63 45 237 104 115 0 46 367 76 46
Binary 110011 100101 10011111 1000100 1001101 0 100110 11110111 111110 100110

Color Harmonies of #33259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33259F

Black with #33259F

Text Example


Text Example

White with #33259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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