Html Css Color HEX #35408D Jacksons Purple

📋 copy color: '#35408D'

red 53 ◦ green 64 ◦ blue 141

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

Shades of Jacksons Purple #35408D

Tints of Jacksons Purple #35408D

RGB

 RED value IS 53 (21.09% from 255) = 20.54%

 GREEN value IS 64 (25.39% from 255) = 24.81%

 BLUE value IS 141 (55.47% from 255) = 54.65%

R = 20.54%
G = 24.81%
B = 54.65%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35408D (or 0x35408D) is known color: Jacksons Purple. HEX triplet: 35, 40 and 8D. RGB value is (53,64,141). Sum of RGB (Red+Green+Blue) = 53+64+141=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #35408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35408D is #CABF72. Grayscale: #454545. Windows color (decimal): -13287283 or 9257013. OLE color: 9257013.

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

Color convert

RGB 53 64 141 -
CMYK 0.62 0.55 0 0.45
HSL 232.5º 0.45% 0.38% -
HSV(B) 232.5º 0.62% 0.55% -
XYZ 8.11 6.35 26 -
YUV 69.49 168.36 116.24 -
System Red Green Blue C M Y K H S L
Decimal 53 64 141 0.62 0.55 0 0.45 232.5 0.45 0.38
Hex 35 40 8D 3E 37 0 2D E8 2D 26
Octal 65 100 215 76 67 0 55 350 55 46
Binary 110101 1000000 10001101 111110 110111 0 101101 11101000 101101 100110

Color Harmonies of #35408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35408D

Black with #35408D

Text Example


Text Example

White with #35408D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,64,141); }

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

background-color css

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

 a { background-color: rgb(53,64,141); }

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

border-color css

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

 span { border-color: rgb(53,64,141); }

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