Html Css Color HEX #30178B Persian Indigo

📋 copy color: '#30178B'

red 48 ◦ green 23 ◦ blue 139

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

Shades of Persian Indigo #30178B

Tints of Persian Indigo #30178B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.95%

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

R = 22.86%
G = 10.95%
B = 66.19%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30178B (or 0x30178B) is known color: Persian Indigo. HEX triplet: 30, 17 and 8B. RGB value is (48,23,139). Sum of RGB (Red+Green+Blue) = 48+23+139=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #30178B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30178B is #CFE874. Grayscale: #2B2B2B. Windows color (decimal): -13625461 or 9115440. OLE color: 9115440.

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

Color convert

RGB 48 23 139 -
CMYK 0.65 0.83 0 0.45
HSL 252.93º 0.72% 0.32% -
HSV(B) 252.93º 0.83% 0.55% -
XYZ 6.19 3.11 24.7 -
YUV 43.7 181.78 131.07 -
System Red Green Blue C M Y K H S L
Decimal 48 23 139 0.65 0.83 0 0.45 252.93 0.72 0.32
Hex 30 17 8B 41 53 0 2D FD 48 20
Octal 60 27 213 101 123 0 55 375 110 40
Binary 110000 10111 10001011 1000001 1010011 0 101101 11111101 1001000 100000

Color Harmonies of #30178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30178B

Black with #30178B

Text Example


Text Example

White with #30178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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