Html Css Color HEX #2C2692 Jacksons Purple

📋 copy color: '#2C2692'

red 44 ◦ green 38 ◦ blue 146

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

Shades of Jacksons Purple #2C2692

Tints of Jacksons Purple #2C2692

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.67%

 BLUE value IS 146 (57.42% from 255) = 64.04%

R = 19.3%
G = 16.67%
B = 64.04%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2C2692 (or 0x2C2692) is known color: Jacksons Purple. HEX triplet: 2C, 26 and 92. RGB value is (44,38,146). Sum of RGB (Red+Green+Blue) = 44+38+146=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #2C2692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2692 is #D3D96D. Grayscale: #333333. Windows color (decimal): -13883758 or 9578028. OLE color: 9578028.

HSL color Cylindrical-coordinate representation of color #2C2692: hue angle of 243.33º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C2692 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 44 38 146 -
CMYK 0.70 0.74 0 0.43
HSL 243.33º 0.59% 0.36% -
HSV(B) 243.33º 0.74% 0.57% -
XYZ 6.92 4 27.6 -
YUV 52.11 180.99 122.22 -
System Red Green Blue C M Y K H S L
Decimal 44 38 146 0.70 0.74 0 0.43 243.33 0.59 0.36
Hex 2C 26 92 46 4A 0 2B F3 3B 24
Octal 54 46 222 106 112 0 53 363 73 44
Binary 101100 100110 10010010 1000110 1001010 0 101011 11110011 111011 100100

Color Harmonies of #2C2692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2692

Black with #2C2692

Text Example


Text Example

White with #2C2692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,38,146); }

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

background-color css

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

 a { background-color: rgb(44,38,146); }

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

border-color css

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

 span { border-color: rgb(44,38,146); }

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