Html Css Color HEX #30156D Persian Indigo

📋 copy color: '#30156D'

red 48 ◦ green 21 ◦ blue 109

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

Shades of Persian Indigo #30156D

Tints of Persian Indigo #30156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.8%

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

R = 26.97%
G = 11.8%
B = 61.24%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30156D (or 0x30156D) is known color: Persian Indigo. HEX triplet: 30, 15 and 6D. RGB value is (48,21,109). Sum of RGB (Red+Green+Blue) = 48+21+109=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #30156D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30156D is #CFEA92. Grayscale: #262626. Windows color (decimal): -13626003 or 7148848. OLE color: 7148848.

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

Color convert

RGB 48 21 109 -
CMYK 0.56 0.81 0 0.57
HSL 258.41º 0.68% 0.25% -
HSV(B) 258.41º 0.81% 0.43% -
XYZ 4.25 2.27 14.68 -
YUV 39.11 167.45 134.34 -
System Red Green Blue C M Y K H S L
Decimal 48 21 109 0.56 0.81 0 0.57 258.41 0.68 0.25
Hex 30 15 6D 38 51 0 39 102 44 19
Octal 60 25 155 70 121 0 71 402 104 31
Binary 110000 10101 1101101 111000 1010001 0 111001 100000010 1000100 11001

Color Harmonies of #30156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30156D

Black with #30156D

Text Example


Text Example

White with #30156D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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