Html Css Color HEX #30116F Persian Indigo

📋 copy color: '#30116F'

red 48 ◦ green 17 ◦ blue 111

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

Shades of Persian Indigo #30116F

Tints of Persian Indigo #30116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 63.07%

R = 27.27%
G = 9.66%
B = 63.07%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#30116F (or 0x30116F) is known color: Persian Indigo. HEX triplet: 30, 11 and 6F. RGB value is (48,17,111). Sum of RGB (Red+Green+Blue) = 48+17+111=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 111 (43.75% from 255 or 63.07% from 176); Max value from RGB is 111 - color contains mainly: blue. Hex color #30116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30116F is #CFEE90. Grayscale: #242424. Windows color (decimal): -13627025 or 7278896. OLE color: 7278896.

HSL color Cylindrical-coordinate representation of color #30116F: hue angle of 259.79º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30116F is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 17 111 -
CMYK 0.57 0.85 0 0.56
HSL 259.79º 0.73% 0.25% -
HSV(B) 259.79º 0.85% 0.44% -
XYZ 4.29 2.18 15.23 -
YUV 36.99 169.77 135.86 -
System Red Green Blue C M Y K H S L
Decimal 48 17 111 0.57 0.85 0 0.56 259.79 0.73 0.25
Hex 30 11 6F 39 55 0 38 104 49 19
Octal 60 21 157 71 125 0 70 404 111 31
Binary 110000 10001 1101111 111001 1010101 0 111000 100000100 1001001 11001

Color Harmonies of #30116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30116F

Black with #30116F

Text Example


Text Example

White with #30116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30116F; }

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

 H1.HeaderClassName
 {
   color: #30116F;
 }
 .AnyTagClassName
 {
   color: #30116F;
 }
</style>

background-color css

<style>
 a { background-color: #30116F; }

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

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

border-color css

<style>
 span { border-color: #30116F; }

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

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