Html Css Color HEX #35408A Jacksons Purple

📋 copy color: '#35408A'

red 53 ◦ green 64 ◦ blue 138

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

Shades of Jacksons Purple #35408A

Tints of Jacksons Purple #35408A

RGB

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

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

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

R = 20.78%
G = 25.1%
B = 54.12%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#35408A (or 0x35408A) is known color: Jacksons Purple. HEX triplet: 35, 40 and 8A. RGB value is (53,64,138). Sum of RGB (Red+Green+Blue) = 53+64+138=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 64 (25.39% from 255 or 25.10% 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 #35408A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35408A is #CABF75. Grayscale: #444444. Windows color (decimal): -13287286 or 9060405. OLE color: 9060405.

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

Color convert

RGB 53 64 138 -
CMYK 0.62 0.54 0 0.46
HSL 232.24º 0.45% 0.37% -
HSV(B) 232.24º 0.62% 0.54% -
XYZ 7.89 6.26 24.84 -
YUV 69.15 166.86 116.48 -
System Red Green Blue C M Y K H S L
Decimal 53 64 138 0.62 0.54 0 0.46 232.24 0.45 0.37
Hex 35 40 8A 3E 36 0 2E E8 2D 25
Octal 65 100 212 76 66 0 56 350 55 45
Binary 110101 1000000 10001010 111110 110110 0 101110 11101000 101101 100101

Color Harmonies of #35408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35408A

Black with #35408A

Text Example


Text Example

White with #35408A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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