Html Css Color HEX #30117C Persian Indigo

📋 copy color: '#30117C'

red 48 ◦ green 17 ◦ blue 124

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

Shades of Persian Indigo #30117C

Tints of Persian Indigo #30117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.99%

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

R = 25.4%
G = 8.99%
B = 65.61%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30117C (or 0x30117C) is known color: Persian Indigo. HEX triplet: 30, 11 and 7C. RGB value is (48,17,124). Sum of RGB (Red+Green+Blue) = 48+17+124=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #30117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30117C is #CFEE83. Grayscale: #262626. Windows color (decimal): -13627012 or 8130864. OLE color: 8130864.

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

Color convert

RGB 48 17 124 -
CMYK 0.61 0.86 0 0.51
HSL 257.38º 0.76% 0.28% -
HSV(B) 257.38º 0.86% 0.49% -
XYZ 5.06 2.48 19.28 -
YUV 38.47 176.27 134.8 -
System Red Green Blue C M Y K H S L
Decimal 48 17 124 0.61 0.86 0 0.51 257.38 0.76 0.28
Hex 30 11 7C 3D 56 0 33 101 4C 1C
Octal 60 21 174 75 126 0 63 401 114 34
Binary 110000 10001 1111100 111101 1010110 0 110011 100000001 1001100 11100

Color Harmonies of #30117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30117C

Black with #30117C

Text Example


Text Example

White with #30117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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