Html Css Color HEX #30139B Persian Indigo

📋 copy color: '#30139B'

red 48 ◦ green 19 ◦ blue 155

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

Shades of Persian Indigo #30139B

Tints of Persian Indigo #30139B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 69.82%

R = 21.62%
G = 8.56%
B = 69.82%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30139B (or 0x30139B) is known color: Persian Indigo. HEX triplet: 30, 13 and 9B. RGB value is (48,19,155). Sum of RGB (Red+Green+Blue) = 48+19+155=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #30139B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30139B is #CFEC64. Grayscale: #2A2A2A. Windows color (decimal): -13626469 or 10162992. OLE color: 10162992.

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

Color convert

RGB 48 19 155 -
CMYK 0.69 0.88 0 0.39
HSL 252.79º 0.78% 0.34% -
HSV(B) 252.79º 0.88% 0.61% -
XYZ 7.37 3.46 31.29 -
YUV 43.18 191.11 131.44 -
System Red Green Blue C M Y K H S L
Decimal 48 19 155 0.69 0.88 0 0.39 252.79 0.78 0.34
Hex 30 13 9B 45 58 0 27 FD 4E 22
Octal 60 23 233 105 130 0 47 375 116 42
Binary 110000 10011 10011011 1000101 1011000 0 100111 11111101 1001110 100010

Color Harmonies of #30139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30139B

Black with #30139B

Text Example


Text Example

White with #30139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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