Html Css Color HEX #353F8A Jacksons Purple

📋 copy color: '#353F8A'

red 53 ◦ green 63 ◦ blue 138

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

Shades of Jacksons Purple #353F8A

Tints of Jacksons Purple #353F8A

RGB

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

 GREEN value IS 63 (25% from 255) = 24.8%

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

R = 20.87%
G = 24.8%
B = 54.33%

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

#353F8A (or 0x353F8A) is known color: Jacksons Purple. HEX triplet: 35, 3F and 8A. RGB value is (53,63,138). Sum of RGB (Red+Green+Blue) = 53+63+138=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #353F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353F8A is #CAC075. Grayscale: #444444. Windows color (decimal): -13287542 or 9060149. OLE color: 9060149.

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

Color convert

RGB 53 63 138 -
CMYK 0.62 0.54 0 0.46
HSL 232.94º 0.45% 0.37% -
HSV(B) 232.94º 0.62% 0.54% -
XYZ 7.83 6.15 24.82 -
YUV 68.56 167.19 116.9 -
System Red Green Blue C M Y K H S L
Decimal 53 63 138 0.62 0.54 0 0.46 232.94 0.45 0.37
Hex 35 3F 8A 3E 36 0 2E E9 2D 25
Octal 65 77 212 76 66 0 56 351 55 45
Binary 110101 111111 10001010 111110 110110 0 101110 11101001 101101 100101

Color Harmonies of #353F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F8A

Black with #353F8A

Text Example


Text Example

White with #353F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353F8A; }

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

 H1.HeaderClassName
 {
   color: #353F8A;
 }
 .AnyTagClassName
 {
   color: #353F8A;
 }
</style>

background-color css

<style>
 a { background-color: #353F8A; }

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

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

border-color css

<style>
 span { border-color: #353F8A; }

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

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