Html Css Color HEX #30307F Jacksons Purple

📋 copy color: '#30307F'

red 48 ◦ green 48 ◦ blue 127

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

Shades of Jacksons Purple #30307F

Tints of Jacksons Purple #30307F

RGB

 RED value IS 48 (19.14% from 255) = 21.52%

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

 BLUE value IS 127 (50% from 255) = 56.95%

R = 21.52%
G = 21.52%
B = 56.95%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#30307F (or 0x30307F) is known color: Jacksons Purple. HEX triplet: 30, 30 and 7F. RGB value is (48,48,127). Sum of RGB (Red+Green+Blue) = 48+48+127=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #30307F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30307F is #CFCF80. Grayscale: #383838. Windows color (decimal): -13619073 or 8335408. OLE color: 8335408.

HSL color Cylindrical-coordinate representation of color #30307F: hue angle of 240º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30307F is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 48 127 -
CMYK 0.62 0.62 0 0.50
HSL 240º 0.45% 0.34% -
HSV(B) 240º 0.62% 0.5% -
XYZ 6.11 4.27 20.58 -
YUV 57.01 167.5 121.58 -
System Red Green Blue C M Y K H S L
Decimal 48 48 127 0.62 0.62 0 0.50 240 0.45 0.34
Hex 30 30 7F 3E 3E 0 32 F0 2D 22
Octal 60 60 177 76 76 0 62 360 55 42
Binary 110000 110000 1111111 111110 111110 0 110010 11110000 101101 100010

Color Harmonies of #30307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30307F

Black with #30307F

Text Example


Text Example

White with #30307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30307F; }

 p { color: rgb(48,48,127); }

 H1.HeaderClassName
 {
   color: #30307F;
 }
 .AnyTagClassName
 {
   color: #30307F;
 }
</style>

background-color css

<style>
 a { background-color: #30307F; }

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

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

border-color css

<style>
 span { border-color: #30307F; }

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

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