Html Css Color HEX #30106D Persian Indigo

📋 copy color: '#30106D'

red 48 ◦ green 16 ◦ blue 109

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

Shades of Persian Indigo #30106D

Tints of Persian Indigo #30106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.25%

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

R = 27.75%
G = 9.25%
B = 63.01%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#30106D (or 0x30106D) is known color: Persian Indigo. HEX triplet: 30, 10 and 6D. RGB value is (48,16,109). Sum of RGB (Red+Green+Blue) = 48+16+109=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 109 (42.97% from 255 or 63.01% from 173); Max value from RGB is 109 - color contains mainly: blue. Hex color #30106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30106D is #CFEF92. Grayscale: #232323. Windows color (decimal): -13627283 or 7147568. OLE color: 7147568.

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

Color convert

RGB 48 16 109 -
CMYK 0.56 0.85 0 0.57
HSL 260.65º 0.74% 0.25% -
HSV(B) 260.65º 0.85% 0.43% -
XYZ 4.16 2.1 14.65 -
YUV 36.17 169.1 136.44 -
System Red Green Blue C M Y K H S L
Decimal 48 16 109 0.56 0.85 0 0.57 260.65 0.74 0.25
Hex 30 10 6D 38 55 0 39 105 4A 19
Octal 60 20 155 70 125 0 71 405 112 31
Binary 110000 10000 1101101 111000 1010101 0 111001 100000101 1001010 11001

Color Harmonies of #30106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30106D

Black with #30106D

Text Example


Text Example

White with #30106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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