Html Css Color HEX #33278C Dark Slate Blue

📋 copy color: '#33278C'

red 51 ◦ green 39 ◦ blue 140

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

Shades of Dark Slate Blue #33278C

Tints of Dark Slate Blue #33278C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 60.87%

R = 22.17%
G = 16.96%
B = 60.87%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33278C (or 0x33278C) is known color: Dark Slate Blue. HEX triplet: 33, 27 and 8C. RGB value is (51,39,140). Sum of RGB (Red+Green+Blue) = 51+39+140=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 140 (55.08% from 255 or 60.87% from 230); Max value from RGB is 140 - color contains mainly: blue. Hex color #33278C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33278C is #CCD873. Grayscale: #353535. Windows color (decimal): -13424756 or 9185075. OLE color: 9185075.

HSL color Cylindrical-coordinate representation of color #33278C: hue angle of 247.13º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33278C is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 39 140 -
CMYK 0.64 0.72 0 0.45
HSL 247.13º 0.56% 0.35% -
HSV(B) 247.13º 0.72% 0.55% -
XYZ 6.82 4.05 25.23 -
YUV 54.1 176.48 125.79 -
System Red Green Blue C M Y K H S L
Decimal 51 39 140 0.64 0.72 0 0.45 247.13 0.56 0.35
Hex 33 27 8C 40 48 0 2D F7 38 23
Octal 63 47 214 100 110 0 55 367 70 43
Binary 110011 100111 10001100 1000000 1001000 0 101101 11110111 111000 100011

Color Harmonies of #33278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33278C

Black with #33278C

Text Example


Text Example

White with #33278C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33278C; }

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

 H1.HeaderClassName
 {
   color: #33278C;
 }
 .AnyTagClassName
 {
   color: #33278C;
 }
</style>

background-color css

<style>
 a { background-color: #33278C; }

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

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

border-color css

<style>
 span { border-color: #33278C; }

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

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