Html Css Color HEX #433A98 Dark Slate Blue

📋 copy color: '#433A98'

red 67 ◦ green 58 ◦ blue 152

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

Shades of Dark Slate Blue #433A98

Tints of Dark Slate Blue #433A98

RGB

 RED value IS 67 (26.56% from 255) = 24.19%

 GREEN value IS 58 (23.05% from 255) = 20.94%

 BLUE value IS 152 (59.77% from 255) = 54.87%

R = 24.19%
G = 20.94%
B = 54.87%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#433A98 (or 0x433A98) is known color: Dark Slate Blue. HEX triplet: 43, 3A and 98. RGB value is (67,58,152). Sum of RGB (Red+Green+Blue) = 67+58+152=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #433A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433A98 is #BCC567. Grayscale: #474747. Windows color (decimal): -12371304 or 9976387. OLE color: 9976387.

HSL color Cylindrical-coordinate representation of color #433A98: hue angle of 245.74º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #433A98 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 67 58 152 -
CMYK 0.56 0.62 0 0.40
HSL 245.74º 0.45% 0.41% -
HSV(B) 245.74º 0.62% 0.6% -
XYZ 9.5 6.49 30.46 -
YUV 71.41 173.48 124.86 -
System Red Green Blue C M Y K H S L
Decimal 67 58 152 0.56 0.62 0 0.40 245.74 0.45 0.41
Hex 43 3A 98 38 3E 0 28 F6 2D 29
Octal 103 72 230 70 76 0 50 366 55 51
Binary 1000011 111010 10011000 111000 111110 0 101000 11110110 101101 101001

Color Harmonies of #433A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433A98

Black with #433A98

Text Example


Text Example

White with #433A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433A98; }

 p { color: rgb(67,58,152); }

 H1.HeaderClassName
 {
   color: #433A98;
 }
 .AnyTagClassName
 {
   color: #433A98;
 }
</style>

background-color css

<style>
 a { background-color: #433A98; }

 a { background-color: rgb(67,58,152); }

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

border-color css

<style>
 span { border-color: #433A98; }

 span { border-color: rgb(67,58,152); }

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