Html Css Color HEX #30199D Persian Indigo

📋 copy color: '#30199D'

red 48 ◦ green 25 ◦ blue 157

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

Shades of Persian Indigo #30199D

Tints of Persian Indigo #30199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.87%

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

R = 20.87%
G = 10.87%
B = 68.26%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30199D (or 0x30199D) is known color: Persian Indigo. HEX triplet: 30, 19 and 9D. RGB value is (48,25,157). Sum of RGB (Red+Green+Blue) = 48+25+157=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 157 (61.72% from 255 or 68.26% from 230); Max value from RGB is 157 - color contains mainly: blue. Hex color #30199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30199D is #CFE662. Grayscale: #2E2E2E. Windows color (decimal): -13624931 or 10295600. OLE color: 10295600.

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

Color convert

RGB 48 25 157 -
CMYK 0.69 0.84 0 0.38
HSL 250.45º 0.73% 0.36% -
HSV(B) 250.45º 0.84% 0.62% -
XYZ 7.65 3.76 32.22 -
YUV 46.93 190.12 128.77 -
System Red Green Blue C M Y K H S L
Decimal 48 25 157 0.69 0.84 0 0.38 250.45 0.73 0.36
Hex 30 19 9D 45 54 0 26 FA 49 24
Octal 60 31 235 105 124 0 46 372 111 44
Binary 110000 11001 10011101 1000101 1010100 0 100110 11111010 1001001 100100

Color Harmonies of #30199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30199D

Black with #30199D

Text Example


Text Example

White with #30199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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