Html Css Color HEX #30198C Persian Indigo

📋 copy color: '#30198C'

red 48 ◦ green 25 ◦ blue 140

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

Shades of Persian Indigo #30198C

Tints of Persian Indigo #30198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 65.73%

R = 22.54%
G = 11.74%
B = 65.73%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30198C (or 0x30198C) is known color: Persian Indigo. HEX triplet: 30, 19 and 8C. RGB value is (48,25,140). Sum of RGB (Red+Green+Blue) = 48+25+140=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #30198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30198C is #CFE673. Grayscale: #2C2C2C. Windows color (decimal): -13624948 or 9181488. OLE color: 9181488.

HSL color Cylindrical-coordinate representation of color #30198C: hue angle of 252º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30198C is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 25 140 -
CMYK 0.66 0.82 0 0.45
HSL 252º 0.7% 0.32% -
HSV(B) 252º 0.82% 0.55% -
XYZ 6.3 3.22 25.1 -
YUV 44.99 181.62 130.15 -
System Red Green Blue C M Y K H S L
Decimal 48 25 140 0.66 0.82 0 0.45 252 0.7 0.32
Hex 30 19 8C 42 52 0 2D FC 46 20
Octal 60 31 214 102 122 0 55 374 106 40
Binary 110000 11001 10001100 1000010 1010010 0 101101 11111100 1000110 100000

Color Harmonies of #30198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30198C

Black with #30198C

Text Example


Text Example

White with #30198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30198C; }

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

 H1.HeaderClassName
 {
   color: #30198C;
 }
 .AnyTagClassName
 {
   color: #30198C;
 }
</style>

background-color css

<style>
 a { background-color: #30198C; }

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

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

border-color css

<style>
 span { border-color: #30198C; }

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

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