Html Css Color HEX #33279F Dark Slate Blue

📋 copy color: '#33279F'

red 51 ◦ green 39 ◦ blue 159

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

Shades of Dark Slate Blue #33279F

Tints of Dark Slate Blue #33279F

RGB

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

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

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

R = 20.48%
G = 15.66%
B = 63.86%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33279F (or 0x33279F) is known color: Dark Slate Blue. HEX triplet: 33, 27 and 9F. RGB value is (51,39,159). Sum of RGB (Red+Green+Blue) = 51+39+159=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #33279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33279F is #CCD860. Grayscale: #373737. Windows color (decimal): -13424737 or 10430259. OLE color: 10430259.

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

Color convert

RGB 51 39 159 -
CMYK 0.68 0.75 0 0.38
HSL 246º 0.61% 0.39% -
HSV(B) 246º 0.75% 0.62% -
XYZ 8.35 4.66 33.26 -
YUV 56.27 185.98 124.24 -
System Red Green Blue C M Y K H S L
Decimal 51 39 159 0.68 0.75 0 0.38 246 0.61 0.39
Hex 33 27 9F 44 4B 0 26 F6 3D 27
Octal 63 47 237 104 113 0 46 366 75 47
Binary 110011 100111 10011111 1000100 1001011 0 100110 11110110 111101 100111

Color Harmonies of #33279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33279F

Black with #33279F

Text Example


Text Example

White with #33279F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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