Html Css Color HEX #42338A Dark Slate Blue

📋 copy color: '#42338A'

red 66 ◦ green 51 ◦ blue 138

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

Shades of Dark Slate Blue #42338A

Tints of Dark Slate Blue #42338A

RGB

 RED value IS 66 (26.17% from 255) = 25.88%

 GREEN value IS 51 (20.31% from 255) = 20%

 BLUE value IS 138 (54.3% from 255) = 54.12%

R = 25.88%
G = 20%
B = 54.12%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#42338A (or 0x42338A) is known color: Dark Slate Blue. HEX triplet: 42, 33 and 8A. RGB value is (66,51,138). Sum of RGB (Red+Green+Blue) = 66+51+138=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #42338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42338A is #BDCC75. Grayscale: #414141. Windows color (decimal): -12438646 or 9057090. OLE color: 9057090.

HSL color Cylindrical-coordinate representation of color #42338A: hue angle of 250.34º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42338A is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 51 138 -
CMYK 0.52 0.63 0 0.46
HSL 250.34º 0.46% 0.37% -
HSV(B) 250.34º 0.63% 0.54% -
XYZ 8.02 5.36 24.66 -
YUV 65.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 66 51 138 0.52 0.63 0 0.46 250.34 0.46 0.37
Hex 42 33 8A 34 3F 0 2E FA 2E 25
Octal 102 63 212 64 77 0 56 372 56 45
Binary 1000010 110011 10001010 110100 111111 0 101110 11111010 101110 100101

Color Harmonies of #42338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42338A

Black with #42338A

Text Example


Text Example

White with #42338A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,51,138); }

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

background-color css

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

 a { background-color: rgb(66,51,138); }

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

border-color css

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

 span { border-color: rgb(66,51,138); }

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