Html Css Color HEX #2C3093 Jacksons Purple

📋 copy color: '#2C3093'

red 44 ◦ green 48 ◦ blue 147

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

Shades of Jacksons Purple #2C3093

Tints of Jacksons Purple #2C3093

RGB

 RED value IS 44 (17.58% from 255) = 18.41%

 GREEN value IS 48 (19.14% from 255) = 20.08%

 BLUE value IS 147 (57.81% from 255) = 61.51%

R = 18.41%
G = 20.08%
B = 61.51%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2C3093 (or 0x2C3093) is known color: Jacksons Purple. HEX triplet: 2C, 30 and 93. RGB value is (44,48,147). Sum of RGB (Red+Green+Blue) = 44+48+147=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #2C3093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3093 is #D3CF6C. Grayscale: #393939. Windows color (decimal): -13881197 or 9646124. OLE color: 9646124.

HSL color Cylindrical-coordinate representation of color #2C3093: hue angle of 237.67º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C3093 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 44 48 147 -
CMYK 0.70 0.67 0 0.42
HSL 237.67º 0.54% 0.37% -
HSV(B) 237.67º 0.7% 0.58% -
XYZ 7.36 4.76 28.13 -
YUV 58.09 178.17 117.95 -
System Red Green Blue C M Y K H S L
Decimal 44 48 147 0.70 0.67 0 0.42 237.67 0.54 0.37
Hex 2C 30 93 46 43 0 2A EE 36 25
Octal 54 60 223 106 103 0 52 356 66 45
Binary 101100 110000 10010011 1000110 1000011 0 101010 11101110 110110 100101

Color Harmonies of #2C3093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3093

Black with #2C3093

Text Example


Text Example

White with #2C3093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,48,147); }

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

background-color css

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

 a { background-color: rgb(44,48,147); }

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

border-color css

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

 span { border-color: rgb(44,48,147); }

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