Html Css Color HEX #30198B Persian Indigo

📋 copy color: '#30198B'

red 48 ◦ green 25 ◦ blue 139

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

Shades of Persian Indigo #30198B

Tints of Persian Indigo #30198B

RGB

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

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

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

R = 22.64%
G = 11.79%
B = 65.57%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30198B (or 0x30198B) is known color: Persian Indigo. HEX triplet: 30, 19 and 8B. RGB value is (48,25,139). Sum of RGB (Red+Green+Blue) = 48+25+139=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #30198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30198B is #CFE674. Grayscale: #2C2C2C. Windows color (decimal): -13624949 or 9115952. OLE color: 9115952.

HSL color Cylindrical-coordinate representation of color #30198B: hue angle of 252.11º 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 #30198B is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 25 139 -
CMYK 0.65 0.82 0 0.45
HSL 252.11º 0.7% 0.32% -
HSV(B) 252.11º 0.82% 0.55% -
XYZ 6.23 3.19 24.71 -
YUV 44.87 181.12 130.23 -
System Red Green Blue C M Y K H S L
Decimal 48 25 139 0.65 0.82 0 0.45 252.11 0.7 0.32
Hex 30 19 8B 41 52 0 2D FC 46 20
Octal 60 31 213 101 122 0 55 374 106 40
Binary 110000 11001 10001011 1000001 1010010 0 101101 11111100 1000110 100000

Color Harmonies of #30198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30198B

Black with #30198B

Text Example


Text Example

White with #30198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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