Html Css Color HEX #30139D Persian Indigo

📋 copy color: '#30139D'

red 48 ◦ green 19 ◦ blue 157

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

Shades of Persian Indigo #30139D

Tints of Persian Indigo #30139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.48%

 BLUE value IS 157 (61.72% from 255) = 70.09%

R = 21.43%
G = 8.48%
B = 70.09%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30139D (or 0x30139D) is known color: Persian Indigo. HEX triplet: 30, 13 and 9D. RGB value is (48,19,157). Sum of RGB (Red+Green+Blue) = 48+19+157=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #30139D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30139D is #CFEC62. Grayscale: #2A2A2A. Windows color (decimal): -13626467 or 10294064. OLE color: 10294064.

HSL color Cylindrical-coordinate representation of color #30139D: hue angle of 252.61º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30139D is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 19 157 -
CMYK 0.69 0.88 0 0.38
HSL 252.61º 0.78% 0.35% -
HSV(B) 252.61º 0.88% 0.62% -
XYZ 7.54 3.53 32.18 -
YUV 43.4 192.11 131.28 -
System Red Green Blue C M Y K H S L
Decimal 48 19 157 0.69 0.88 0 0.38 252.61 0.78 0.35
Hex 30 13 9D 45 58 0 26 FD 4E 23
Octal 60 23 235 105 130 0 46 375 116 43
Binary 110000 10011 10011101 1000101 1011000 0 100110 11111101 1001110 100011

Color Harmonies of #30139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30139D

Black with #30139D

Text Example


Text Example

White with #30139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30139D; }

 p { color: rgb(48,19,157); }

 H1.HeaderClassName
 {
   color: #30139D;
 }
 .AnyTagClassName
 {
   color: #30139D;
 }
</style>

background-color css

<style>
 a { background-color: #30139D; }

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

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

border-color css

<style>
 span { border-color: #30139D; }

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

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