Html Css Color HEX #30147C Persian Indigo

📋 copy color: '#30147C'

red 48 ◦ green 20 ◦ blue 124

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

Shades of Persian Indigo #30147C

Tints of Persian Indigo #30147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

 BLUE value IS 124 (48.83% from 255) = 64.58%

R = 25%
G = 10.42%
B = 64.58%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30147C (or 0x30147C) is known color: Persian Indigo. HEX triplet: 30, 14 and 7C. RGB value is (48,20,124). Sum of RGB (Red+Green+Blue) = 48+20+124=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #30147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30147C is #CFEB83. Grayscale: #272727. Windows color (decimal): -13626244 or 8131632. OLE color: 8131632.

HSL color Cylindrical-coordinate representation of color #30147C: hue angle of 256.15º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30147C is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 20 124 -
CMYK 0.61 0.84 0 0.51
HSL 256.15º 0.72% 0.28% -
HSV(B) 256.15º 0.84% 0.49% -
XYZ 5.11 2.58 19.3 -
YUV 40.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 48 20 124 0.61 0.84 0 0.51 256.15 0.72 0.28
Hex 30 14 7C 3D 54 0 33 100 48 1C
Octal 60 24 174 75 124 0 63 400 110 34
Binary 110000 10100 1111100 111101 1010100 0 110011 100000000 1001000 11100

Color Harmonies of #30147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30147C

Black with #30147C

Text Example


Text Example

White with #30147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30147C; }

 p { color: rgb(48,20,124); }

 H1.HeaderClassName
 {
   color: #30147C;
 }
 .AnyTagClassName
 {
   color: #30147C;
 }
</style>

background-color css

<style>
 a { background-color: #30147C; }

 a { background-color: rgb(48,20,124); }

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

border-color css

<style>
 span { border-color: #30147C; }

 span { border-color: rgb(48,20,124); }

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