Html Css Color HEX #30106C Persian Indigo

📋 copy color: '#30106C'

red 48 ◦ green 16 ◦ blue 108

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

Shades of Persian Indigo #30106C

Tints of Persian Indigo #30106C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 62.79%

R = 27.91%
G = 9.3%
B = 62.79%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30106C (or 0x30106C) is known color: Persian Indigo. HEX triplet: 30, 10 and 6C. RGB value is (48,16,108). Sum of RGB (Red+Green+Blue) = 48+16+108=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #30106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30106C is #CFEF93. Grayscale: #232323. Windows color (decimal): -13627284 or 7082032. OLE color: 7082032.

HSL color Cylindrical-coordinate representation of color #30106C: hue angle of 260.87º 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 #30106C is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 16 108 -
CMYK 0.56 0.85 0 0.58
HSL 260.87º 0.74% 0.24% -
HSV(B) 260.87º 0.85% 0.42% -
XYZ 4.11 2.08 14.37 -
YUV 36.06 168.6 136.52 -
System Red Green Blue C M Y K H S L
Decimal 48 16 108 0.56 0.85 0 0.58 260.87 0.74 0.24
Hex 30 10 6C 38 55 0 3A 105 4A 18
Octal 60 20 154 70 125 0 72 405 112 30
Binary 110000 10000 1101100 111000 1010101 0 111010 100000101 1001010 11000

Color Harmonies of #30106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30106C

Black with #30106C

Text Example


Text Example

White with #30106C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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