Html Css Color HEX #30189D Persian Indigo

📋 copy color: '#30189D'

red 48 ◦ green 24 ◦ blue 157

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

Shades of Persian Indigo #30189D

Tints of Persian Indigo #30189D

RGB

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

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

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

R = 20.96%
G = 10.48%
B = 68.56%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30189D (or 0x30189D) is known color: Persian Indigo. HEX triplet: 30, 18 and 9D. RGB value is (48,24,157). Sum of RGB (Red+Green+Blue) = 48+24+157=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 157 (61.72% from 255 or 68.56% from 229); Max value from RGB is 157 - color contains mainly: blue. Hex color #30189D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30189D is #CFE762. Grayscale: #2D2D2D. Windows color (decimal): -13625187 or 10295344. OLE color: 10295344.

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

Color convert

RGB 48 24 157 -
CMYK 0.69 0.85 0 0.38
HSL 250.83º 0.73% 0.35% -
HSV(B) 250.83º 0.85% 0.62% -
XYZ 7.63 3.72 32.21 -
YUV 46.34 190.45 129.19 -
System Red Green Blue C M Y K H S L
Decimal 48 24 157 0.69 0.85 0 0.38 250.83 0.73 0.35
Hex 30 18 9D 45 55 0 26 FB 49 23
Octal 60 30 235 105 125 0 46 373 111 43
Binary 110000 11000 10011101 1000101 1010101 0 100110 11111011 1001001 100011

Color Harmonies of #30189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30189D

Black with #30189D

Text Example


Text Example

White with #30189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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