Html Css Color HEX #30106F Persian Indigo

📋 copy color: '#30106F'

red 48 ◦ green 16 ◦ blue 111

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

Shades of Persian Indigo #30106F

Tints of Persian Indigo #30106F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 63.43%

R = 27.43%
G = 9.14%
B = 63.43%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#30106F (or 0x30106F) is known color: Persian Indigo. HEX triplet: 30, 10 and 6F. RGB value is (48,16,111). Sum of RGB (Red+Green+Blue) = 48+16+111=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #30106F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30106F is #CFEF90. Grayscale: #242424. Windows color (decimal): -13627281 or 7278640. OLE color: 7278640.

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

Color convert

RGB 48 16 111 -
CMYK 0.57 0.86 0 0.56
HSL 260.21º 0.75% 0.25% -
HSV(B) 260.21º 0.86% 0.44% -
XYZ 4.27 2.15 15.23 -
YUV 36.4 170.1 136.28 -
System Red Green Blue C M Y K H S L
Decimal 48 16 111 0.57 0.86 0 0.56 260.21 0.75 0.25
Hex 30 10 6F 39 56 0 38 104 4B 19
Octal 60 20 157 71 126 0 70 404 113 31
Binary 110000 10000 1101111 111001 1010110 0 111000 100000100 1001011 11001

Color Harmonies of #30106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30106F

Black with #30106F

Text Example


Text Example

White with #30106F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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