Html Css Color HEX #30188D Persian Indigo

📋 copy color: '#30188D'

red 48 ◦ green 24 ◦ blue 141

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

Shades of Persian Indigo #30188D

Tints of Persian Indigo #30188D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.27%

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

R = 22.54%
G = 11.27%
B = 66.2%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30188D (or 0x30188D) is known color: Persian Indigo. HEX triplet: 30, 18 and 8D. RGB value is (48,24,141). Sum of RGB (Red+Green+Blue) = 48+24+141=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #30188D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30188D is #CFE772. Grayscale: #2C2C2C. Windows color (decimal): -13625203 or 9246768. OLE color: 9246768.

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

Color convert

RGB 48 24 141 -
CMYK 0.66 0.83 0 0.45
HSL 252.31º 0.71% 0.32% -
HSV(B) 252.31º 0.83% 0.55% -
XYZ 6.35 3.2 25.48 -
YUV 44.51 182.45 130.49 -
System Red Green Blue C M Y K H S L
Decimal 48 24 141 0.66 0.83 0 0.45 252.31 0.71 0.32
Hex 30 18 8D 42 53 0 2D FC 47 20
Octal 60 30 215 102 123 0 55 374 107 40
Binary 110000 11000 10001101 1000010 1010011 0 101101 11111100 1000111 100000

Color Harmonies of #30188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30188D

Black with #30188D

Text Example


Text Example

White with #30188D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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