Html Css Color HEX #30198D Persian Indigo

📋 copy color: '#30198D'

red 48 ◦ green 25 ◦ blue 141

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

Shades of Persian Indigo #30198D

Tints of Persian Indigo #30198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 65.89%

R = 22.43%
G = 11.68%
B = 65.89%

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

#30198D (or 0x30198D) is known color: Persian Indigo. HEX triplet: 30, 19 and 8D. RGB value is (48,25,141). Sum of RGB (Red+Green+Blue) = 48+25+141=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 141 (55.47% from 255 or 65.89% from 214); Max value from RGB is 141 - color contains mainly: blue. Hex color #30198D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30198D is #CFE672. Grayscale: #2C2C2C. Windows color (decimal): -13624947 or 9247024. OLE color: 9247024.

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

Color convert

RGB 48 25 141 -
CMYK 0.66 0.82 0 0.45
HSL 251.9º 0.7% 0.33% -
HSV(B) 251.9º 0.82% 0.55% -
XYZ 6.37 3.25 25.49 -
YUV 45.1 182.12 130.07 -
System Red Green Blue C M Y K H S L
Decimal 48 25 141 0.66 0.82 0 0.45 251.9 0.7 0.33
Hex 30 19 8D 42 52 0 2D FC 46 21
Octal 60 31 215 102 122 0 55 374 106 41
Binary 110000 11001 10001101 1000010 1010010 0 101101 11111100 1000110 100001

Color Harmonies of #30198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30198D

Black with #30198D

Text Example


Text Example

White with #30198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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