Html Css Color HEX #2F3698 Jacksons Purple

📋 copy color: '#2F3698'

red 47 ◦ green 54 ◦ blue 152

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

Shades of Jacksons Purple #2F3698

Tints of Jacksons Purple #2F3698

RGB

 RED value IS 47 (18.75% from 255) = 18.58%

 GREEN value IS 54 (21.48% from 255) = 21.34%

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

R = 18.58%
G = 21.34%
B = 60.08%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2F3698 (or 0x2F3698) is known color: Jacksons Purple. HEX triplet: 2F, 36 and 98. RGB value is (47,54,152). Sum of RGB (Red+Green+Blue) = 47+54+152=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #2F3698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3698 is #D0C967. Grayscale: #3E3E3E. Windows color (decimal): -13683048 or 9975343. OLE color: 9975343.

HSL color Cylindrical-coordinate representation of color #2F3698: hue angle of 236º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F3698 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 47 54 152 -
CMYK 0.69 0.64 0 0.40
HSL 236º 0.53% 0.39% -
HSV(B) 236º 0.69% 0.6% -
XYZ 8.16 5.51 30.34 -
YUV 63.08 178.18 116.53 -
System Red Green Blue C M Y K H S L
Decimal 47 54 152 0.69 0.64 0 0.40 236 0.53 0.39
Hex 2F 36 98 45 40 0 28 EC 35 27
Octal 57 66 230 105 100 0 50 354 65 47
Binary 101111 110110 10011000 1000101 1000000 0 101000 11101100 110101 100111

Color Harmonies of #2F3698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3698

Black with #2F3698

Text Example


Text Example

White with #2F3698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F3698; }

 p { color: rgb(47,54,152); }

 H1.HeaderClassName
 {
   color: #2F3698;
 }
 .AnyTagClassName
 {
   color: #2F3698;
 }
</style>

background-color css

<style>
 a { background-color: #2F3698; }

 a { background-color: rgb(47,54,152); }

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

border-color css

<style>
 span { border-color: #2F3698; }

 span { border-color: rgb(47,54,152); }

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