Html Css Color HEX #35408B Jacksons Purple

📋 copy color: '#35408B'

red 53 ◦ green 64 ◦ blue 139

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

Shades of Jacksons Purple #35408B

Tints of Jacksons Purple #35408B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.3%

R = 20.7%
G = 25%
B = 54.3%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35408B (or 0x35408B) is known color: Jacksons Purple. HEX triplet: 35, 40 and 8B. RGB value is (53,64,139). Sum of RGB (Red+Green+Blue) = 53+64+139=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #35408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35408B is #CABF74. Grayscale: #444444. Windows color (decimal): -13287285 or 9125941. OLE color: 9125941.

HSL color Cylindrical-coordinate representation of color #35408B: hue angle of 232.33º 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 #35408B is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 64 139 -
CMYK 0.62 0.54 0 0.45
HSL 232.33º 0.45% 0.38% -
HSV(B) 232.33º 0.62% 0.55% -
XYZ 7.96 6.29 25.22 -
YUV 69.26 167.36 116.4 -
System Red Green Blue C M Y K H S L
Decimal 53 64 139 0.62 0.54 0 0.45 232.33 0.45 0.38
Hex 35 40 8B 3E 36 0 2D E8 2D 26
Octal 65 100 213 76 66 0 55 350 55 46
Binary 110101 1000000 10001011 111110 110110 0 101101 11101000 101101 100110

Color Harmonies of #35408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35408B

Black with #35408B

Text Example


Text Example

White with #35408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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