Html Css Color HEX #2F3C8D Jacksons Purple

📋 copy color: '#2F3C8D'

red 47 ◦ green 60 ◦ blue 141

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

Shades of Jacksons Purple #2F3C8D

Tints of Jacksons Purple #2F3C8D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.19%

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

R = 18.95%
G = 24.19%
B = 56.85%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F3C8D (or 0x2F3C8D) is known color: Jacksons Purple. HEX triplet: 2F, 3C and 8D. RGB value is (47,60,141). Sum of RGB (Red+Green+Blue) = 47+60+141=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F3C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3C8D is #D0C372. Grayscale: #414141. Windows color (decimal): -13681523 or 9255983. OLE color: 9255983.

HSL color Cylindrical-coordinate representation of color #2F3C8D: hue angle of 231.7º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F3C8D is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 60 141 -
CMYK 0.67 0.57 0 0.45
HSL 231.7º 0.5% 0.37% -
HSV(B) 231.7º 0.67% 0.55% -
XYZ 7.6 5.76 25.91 -
YUV 65.35 170.69 114.91 -
System Red Green Blue C M Y K H S L
Decimal 47 60 141 0.67 0.57 0 0.45 231.7 0.5 0.37
Hex 2F 3C 8D 43 39 0 2D E8 32 25
Octal 57 74 215 103 71 0 55 350 62 45
Binary 101111 111100 10001101 1000011 111001 0 101101 11101000 110010 100101

Color Harmonies of #2F3C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3C8D

Black with #2F3C8D

Text Example


Text Example

White with #2F3C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,60,141); }

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

background-color css

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

 a { background-color: rgb(47,60,141); }

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

border-color css

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

 span { border-color: rgb(47,60,141); }

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