Html Css Color HEX #30106A Persian Indigo

📋 copy color: '#30106A'

red 48 ◦ green 16 ◦ blue 106

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

Shades of Persian Indigo #30106A

Tints of Persian Indigo #30106A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 62.35%

R = 28.24%
G = 9.41%
B = 62.35%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30106A (or 0x30106A) is known color: Persian Indigo. HEX triplet: 30, 10 and 6A. RGB value is (48,16,106). Sum of RGB (Red+Green+Blue) = 48+16+106=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 106 (41.80% from 255 or 62.35% from 170); Max value from RGB is 106 - color contains mainly: blue. Hex color #30106A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30106A is #CFEF95. Grayscale: #232323. Windows color (decimal): -13627286 or 6950960. OLE color: 6950960.

HSL color Cylindrical-coordinate representation of color #30106A: hue angle of 261.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30106A is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 16 106 -
CMYK 0.55 0.85 0 0.58
HSL 261.33º 0.74% 0.24% -
HSV(B) 261.33º 0.85% 0.42% -
XYZ 4.01 2.04 13.82 -
YUV 35.83 167.6 136.68 -
System Red Green Blue C M Y K H S L
Decimal 48 16 106 0.55 0.85 0 0.58 261.33 0.74 0.24
Hex 30 10 6A 37 55 0 3A 105 4A 18
Octal 60 20 152 67 125 0 72 405 112 30
Binary 110000 10000 1101010 110111 1010101 0 111010 100000101 1001010 11000

Color Harmonies of #30106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30106A

Black with #30106A

Text Example


Text Example

White with #30106A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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