Html Css Color HEX #33259D Dark Slate Blue

📋 copy color: '#33259D'

red 51 ◦ green 37 ◦ blue 157

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

Shades of Dark Slate Blue #33259D

Tints of Dark Slate Blue #33259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 64.08%

R = 20.82%
G = 15.1%
B = 64.08%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33259D (or 0x33259D) is known color: Dark Slate Blue. HEX triplet: 33, 25 and 9D. RGB value is (51,37,157). Sum of RGB (Red+Green+Blue) = 51+37+157=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #33259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33259D is #CCDA62. Grayscale: #363636. Windows color (decimal): -13425251 or 10298675. OLE color: 10298675.

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

Color convert

RGB 51 37 157 -
CMYK 0.68 0.76 0 0.38
HSL 247º 0.62% 0.38% -
HSV(B) 247º 0.76% 0.62% -
XYZ 8.11 4.46 32.33 -
YUV 54.87 185.64 125.24 -
System Red Green Blue C M Y K H S L
Decimal 51 37 157 0.68 0.76 0 0.38 247 0.62 0.38
Hex 33 25 9D 44 4C 0 26 F7 3E 26
Octal 63 45 235 104 114 0 46 367 76 46
Binary 110011 100101 10011101 1000100 1001100 0 100110 11110111 111110 100110

Color Harmonies of #33259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33259D

Black with #33259D

Text Example


Text Example

White with #33259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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