Html Css Color HEX #30048B Persian Indigo

📋 copy color: '#30048B'

red 48 ◦ green 4 ◦ blue 139

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

Shades of Persian Indigo #30048B

Tints of Persian Indigo #30048B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.09%

 BLUE value IS 139 (54.69% from 255) = 72.77%

R = 25.13%
G = 2.09%
B = 72.77%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30048B (or 0x30048B) is known color: Persian Indigo. HEX triplet: 30, 04 and 8B. RGB value is (48,4,139). Sum of RGB (Red+Green+Blue) = 48+4+139=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 139 (54.69% from 255 or 72.77% from 191); Max value from RGB is 139 - color contains mainly: blue. Hex color #30048B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30048B is #CFFB74. Grayscale: #202020. Windows color (decimal): -13630325 or 9110576. OLE color: 9110576.

HSL color Cylindrical-coordinate representation of color #30048B: hue angle of 259.56º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30048B is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 4 139 -
CMYK 0.65 0.97 0 0.45
HSL 259.56º 0.94% 0.28% -
HSV(B) 259.56º 0.97% 0.55% -
XYZ 5.92 2.58 24.61 -
YUV 32.55 188.08 139.02 -
System Red Green Blue C M Y K H S L
Decimal 48 4 139 0.65 0.97 0 0.45 259.56 0.94 0.28
Hex 30 4 8B 41 61 0 2D 104 5E 1C
Octal 60 4 213 101 141 0 55 404 136 34
Binary 110000 100 10001011 1000001 1100001 0 101101 100000100 1011110 11100

Color Harmonies of #30048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30048B

Black with #30048B

Text Example


Text Example

White with #30048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30048B; }

 p { color: rgb(48,4,139); }

 H1.HeaderClassName
 {
   color: #30048B;
 }
 .AnyTagClassName
 {
   color: #30048B;
 }
</style>

background-color css

<style>
 a { background-color: #30048B; }

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

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

border-color css

<style>
 span { border-color: #30048B; }

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

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