Html Css Color HEX #30169D Persian Indigo

📋 copy color: '#30169D'

red 48 ◦ green 22 ◦ blue 157

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

Shades of Persian Indigo #30169D

Tints of Persian Indigo #30169D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.69%

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

R = 21.15%
G = 9.69%
B = 69.16%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30169D (or 0x30169D) is known color: Persian Indigo. HEX triplet: 30, 16 and 9D. RGB value is (48,22,157). Sum of RGB (Red+Green+Blue) = 48+22+157=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 157 (61.72% from 255 or 69.16% from 227); Max value from RGB is 157 - color contains mainly: blue. Hex color #30169D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30169D is #CFE962. Grayscale: #2C2C2C. Windows color (decimal): -13625699 or 10294832. OLE color: 10294832.

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

Color convert

RGB 48 22 157 -
CMYK 0.69 0.86 0 0.38
HSL 251.56º 0.75% 0.35% -
HSV(B) 251.56º 0.86% 0.62% -
XYZ 7.59 3.64 32.2 -
YUV 45.16 191.11 130.02 -
System Red Green Blue C M Y K H S L
Decimal 48 22 157 0.69 0.86 0 0.38 251.56 0.75 0.35
Hex 30 16 9D 45 56 0 26 FC 4B 23
Octal 60 26 235 105 126 0 46 374 113 43
Binary 110000 10110 10011101 1000101 1010110 0 100110 11111100 1001011 100011

Color Harmonies of #30169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30169D

Black with #30169D

Text Example


Text Example

White with #30169D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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