Html Css Color HEX #30116D Persian Indigo

📋 copy color: '#30116D'

red 48 ◦ green 17 ◦ blue 109

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

Shades of Persian Indigo #30116D

Tints of Persian Indigo #30116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 62.64%

R = 27.59%
G = 9.77%
B = 62.64%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30116D (or 0x30116D) is known color: Persian Indigo. HEX triplet: 30, 11 and 6D. RGB value is (48,17,109). Sum of RGB (Red+Green+Blue) = 48+17+109=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #30116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30116D is #CFEE92. Grayscale: #242424. Windows color (decimal): -13627027 or 7147824. OLE color: 7147824.

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

Color convert

RGB 48 17 109 -
CMYK 0.56 0.84 0 0.57
HSL 260.22º 0.73% 0.25% -
HSV(B) 260.22º 0.84% 0.43% -
XYZ 4.18 2.13 14.66 -
YUV 36.76 168.77 136.02 -
System Red Green Blue C M Y K H S L
Decimal 48 17 109 0.56 0.84 0 0.57 260.22 0.73 0.25
Hex 30 11 6D 38 54 0 39 104 49 19
Octal 60 21 155 70 124 0 71 404 111 31
Binary 110000 10001 1101101 111000 1010100 0 111001 100000100 1001001 11001

Color Harmonies of #30116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30116D

Black with #30116D

Text Example


Text Example

White with #30116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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