Html Css Color HEX #2C308A Jacksons Purple

📋 copy color: '#2C308A'

red 44 ◦ green 48 ◦ blue 138

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

Shades of Jacksons Purple #2C308A

Tints of Jacksons Purple #2C308A

RGB

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

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

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

R = 19.13%
G = 20.87%
B = 60%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2C308A (or 0x2C308A) is known color: Jacksons Purple. HEX triplet: 2C, 30 and 8A. RGB value is (44,48,138). Sum of RGB (Red+Green+Blue) = 44+48+138=230 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.13% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 138 (54.30% from 255 or 60% from 230); Max value from RGB is 138 - color contains mainly: blue. Hex color #2C308A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C308A is #D3CF75. Grayscale: #383838. Windows color (decimal): -13881206 or 9056300. OLE color: 9056300.

HSL color Cylindrical-coordinate representation of color #2C308A: hue angle of 237.45º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C308A is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 44 48 138 -
CMYK 0.68 0.65 0 0.46
HSL 237.45º 0.52% 0.36% -
HSV(B) 237.45º 0.68% 0.54% -
XYZ 6.68 4.48 24.56 -
YUV 57.06 173.67 118.68 -
System Red Green Blue C M Y K H S L
Decimal 44 48 138 0.68 0.65 0 0.46 237.45 0.52 0.36
Hex 2C 30 8A 44 41 0 2E ED 34 24
Octal 54 60 212 104 101 0 56 355 64 44
Binary 101100 110000 10001010 1000100 1000001 0 101110 11101101 110100 100100

Color Harmonies of #2C308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C308A

Black with #2C308A

Text Example


Text Example

White with #2C308A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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